diff options
author | Sam Gross <colesbury@gmail.com> | 2024-06-20 15:29:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 15:29:08 (GMT) |
commit | 3af7263037de1d0ef63b070fc7bfc2cf042eaebe (patch) | |
tree | 3503239cf4a4ca885e53f9e943530aa9bf93ac5c /Misc/NEWS.d | |
parent | e8e151d4715839f785ff853c77594d7302b40266 (diff) | |
download | cpython-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.rst | 1 |
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. |