diff options
| author | robot-piglet <[email protected]> | 2026-06-18 14:08:41 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2026-06-18 14:33:28 +0300 |
| commit | d159d33e46bf8a6c1281f50986d5eada9c70b154 (patch) | |
| tree | 50b44fae8242063e113c2602ae16cdc0842dbc0f /contrib/libs/python/Include/internal/pycore_floatobject.h | |
| parent | 3f208fe24f997eeeb5adc4cc6f29d66aff2fe01c (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.h | 7 |
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 |
