diff options
| author | shadchin <[email protected]> | 2026-02-03 21:59:07 +0300 |
|---|---|---|
| committer | shadchin <[email protected]> | 2026-02-03 22:28:51 +0300 |
| commit | bce46f28de392862d5c6c3b185d844ee7c623be3 (patch) | |
| tree | 424878b5b90144f98970ce4a2745990c77330ad2 /contrib/libs/python/Include/cpython/pyatomic_std.h | |
| parent | 0e0ee9fa48ce9411b4038aa769493d22ff6c10a2 (diff) | |
Import Python 3.13.11
commit_hash:bbb53cefb159aa3e7afaa475fd19d5a03b66945f
Diffstat (limited to 'contrib/libs/python/Include/cpython/pyatomic_std.h')
| -rw-r--r-- | contrib/libs/python/Include/cpython/pyatomic_std.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libs/python/Include/cpython/pyatomic_std.h b/contrib/libs/python/Include/cpython/pyatomic_std.h new file mode 100644 index 00000000000..5fe7589d8d9 --- /dev/null +++ b/contrib/libs/python/Include/cpython/pyatomic_std.h @@ -0,0 +1,7 @@ +#pragma once + +#ifdef USE_PYTHON3 +#include <contrib/tools/python3/Include/cpython/pyatomic_std.h> +#else +#error "No <cpython/pyatomic_std.h> in Python2" +#endif |
