summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/floatobject.h
diff options
context:
space:
mode:
authorkuzmich321 <[email protected]>2025-08-04 21:11:07 +0300
committerkuzmich321 <[email protected]>2025-08-04 22:16:42 +0300
commit78b39e84c02a1fe198c07279e3ad46245fa09981 (patch)
tree891c70e3d96264a4ad19b700c53f8b05e3df84c3 /contrib/libs/python/Include_prev/floatobject.h
parentd1486eddc9e9da29f76c1fae5550805eec939482 (diff)
add DUSE_PYTHON3_PREV support
commit_hash:b2e89d949d9560889cc979429e8fa79494368f76
Diffstat (limited to 'contrib/libs/python/Include_prev/floatobject.h')
-rw-r--r--contrib/libs/python/Include_prev/floatobject.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libs/python/Include_prev/floatobject.h b/contrib/libs/python/Include_prev/floatobject.h
new file mode 100644
index 00000000000..29f1e1b23d6
--- /dev/null
+++ b/contrib/libs/python/Include_prev/floatobject.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#ifdef USE_PYTHON3_PREV
+#include <contrib/tools/python3_prev/Include/floatobject.h>
+#else
+#include <contrib/tools/python/src/Include/floatobject.h>
+#endif