summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2024-06-20 15:29:08 (GMT)
committerGitHub <noreply@github.com>2024-06-20 15:29:08 (GMT)
commit3af7263037de1d0ef63b070fc7bfc2cf042eaebe (patch)
tree3503239cf4a4ca885e53f9e943530aa9bf93ac5c /Misc/NEWS.d
parente8e151d4715839f785ff853c77594d7302b40266 (diff)
downloadcpython-3af7263037de1d0ef63b070fc7bfc2cf042eaebe.zip
cpython-3af7263037de1d0ef63b070fc7bfc2cf042eaebe.tar.gz
cpython-3af7263037de1d0ef63b070fc7bfc2cf042eaebe.tar.bz2
gh-117511: Make PyMutex public in the non-limited API (#117731)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/C API/2024-04-10-16-48-04.gh-issue-117511.RZtBRK.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2024-04-10-16-48-04.gh-issue-117511.RZtBRK.rst b/Misc/NEWS.d/next/C API/2024-04-10-16-48-04.gh-issue-117511.RZtBRK.rst
new file mode 100644
index 0000000..586685a
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2024-04-10-16-48-04.gh-issue-117511.RZtBRK.rst
@@ -0,0 +1 @@
+Make the :c:type:`PyMutex` public in the non-limited C API.