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

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