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

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