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

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