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

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