summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-08-31 21:41:18 (GMT)
committerGitHub <noreply@github.com>2023-08-31 21:41:18 (GMT)
commit2bd960b57944107fbfbd8ff005b4223e1ea6555f (patch)
tree792ca10d0f2ed817b47df46085079b374bc043d7 /Misc/NEWS.d
parentc6d56135e151a19c79d002cb1f1dbcd1c766c51d (diff)
downloadcpython-2bd960b57944107fbfbd8ff005b4223e1ea6555f.zip
cpython-2bd960b57944107fbfbd8ff005b4223e1ea6555f.tar.gz
cpython-2bd960b57944107fbfbd8ff005b4223e1ea6555f.tar.bz2
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>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/C API/2023-08-22-13-00-54.gh-issue-108337.wceHZm.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2023-08-22-13-00-54.gh-issue-108337.wceHZm.rst b/Misc/NEWS.d/next/C API/2023-08-22-13-00-54.gh-issue-108337.wceHZm.rst
new file mode 100644
index 0000000..476123a
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2023-08-22-13-00-54.gh-issue-108337.wceHZm.rst
@@ -0,0 +1 @@
+Add atomic operations on additional data types in pyatomic.h.