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

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