mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
gh-108337: Add pyatomic.h header (#108701)
This adds a new header that provides atomic operations on common data types. The intention is that this will be exposed through Python.h, although that is not the case yet. The only immediate use is in the test file. Co-authored-by: Sam Gross <colesbury@gmail.com>
This commit is contained in:
parent
c6d56135e1
commit
2bd960b579
17 changed files with 3049 additions and 4 deletions
|
|
@ -0,0 +1 @@
|
|||
Add atomic operations on additional data types in pyatomic.h.
|
||||
Loading…
Add table
Add a link
Reference in a new issue