diff options
Diffstat (limited to 'contrib/libs/python/Include/cpython/object.h')
-rw-r--r-- | contrib/libs/python/Include/cpython/object.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libs/python/Include/cpython/object.h b/contrib/libs/python/Include/cpython/object.h new file mode 100644 index 0000000000..5fb33ff87e --- /dev/null +++ b/contrib/libs/python/Include/cpython/object.h @@ -0,0 +1,7 @@ +#pragma once + +#ifdef USE_PYTHON3 +#include <contrib/tools/python3/Include/cpython/object.h> +#else +#error "No <cpython/object.h> in Python2" +#endif |