summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libs/python/Include')
-rw-r--r--contrib/libs/python/Include/internal/pycore_genobject.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libs/python/Include/internal/pycore_genobject.h b/contrib/libs/python/Include/internal/pycore_genobject.h
new file mode 100644
index 00000000000..56d06635bf2
--- /dev/null
+++ b/contrib/libs/python/Include/internal/pycore_genobject.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#ifdef USE_PYTHON3
+#include <contrib/tools/python3/Include/internal/pycore_genobject.h>
+#else
+#error "No <internal/pycore_genobject.h> in Python2"
+#endif