summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/listobject.h
blob: fe00de10705c7532c57f6ca01f2bf168d03c05c0 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/listobject.h>
#else
#include <contrib/tools/python/src/Include/listobject.h>
#endif