summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/internal/pycore_floatobject.h
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2026-06-18 14:08:41 +0300
committerrobot-piglet <[email protected]>2026-06-18 14:33:28 +0300
commitd159d33e46bf8a6c1281f50986d5eada9c70b154 (patch)
tree50b44fae8242063e113c2602ae16cdc0842dbc0f /contrib/libs/python/Include/internal/pycore_floatobject.h
parent3f208fe24f997eeeb5adc4cc6f29d66aff2fe01c (diff)
Intermediate changes
commit_hash:3d2219c4308434ada647e6d8358655f5898d56b4
Diffstat (limited to 'contrib/libs/python/Include/internal/pycore_floatobject.h')
-rw-r--r--contrib/libs/python/Include/internal/pycore_floatobject.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libs/python/Include/internal/pycore_floatobject.h b/contrib/libs/python/Include/internal/pycore_floatobject.h
new file mode 100644
index 00000000000..ce83aaa0474
--- /dev/null
+++ b/contrib/libs/python/Include/internal/pycore_floatobject.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#ifdef USE_PYTHON3
+#include <contrib/tools/python3/Include/internal/pycore_floatobject.h>
+#else
+#error "No <internal/pycore_floatobject.h> in Python2"
+#endif