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

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/cpython/listobject.h>
#else
#error "No <cpython/listobject.h> in Python2"
#endif