summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2026-01-07 23:21:54 +0300
committerrobot-piglet <[email protected]>2026-01-07 23:34:20 +0300
commit8a9f8870de4a24d01176e7d2a5cabb53bb17549b (patch)
tree9dbfc543e1104ba46ada42559c12ad4b358b5a5a /contrib/libs/python/Include
parent8c0625cc1b386ce8f8b9b60909b97fddf07b87f2 (diff)
Intermediate changes
commit_hash:5a67727c407f7fff03bad8348c4c1a4925c8b57f
Diffstat (limited to 'contrib/libs/python/Include')
-rw-r--r--contrib/libs/python/Include/internal/pycore_pyerrors.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libs/python/Include/internal/pycore_pyerrors.h b/contrib/libs/python/Include/internal/pycore_pyerrors.h
new file mode 100644
index 00000000000..828d7f9e9d9
--- /dev/null
+++ b/contrib/libs/python/Include/internal/pycore_pyerrors.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#ifdef USE_PYTHON3
+#include <contrib/tools/python3/Include/internal/pycore_pyerrors.h>
+#else
+#error "No <internal/pycore_pyerrors.h> in Python2"
+#endif