We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abd465 commit 9a34d16Copy full SHA for 9a34d16
1 file changed
Misc/NEWS.d/next/C_API/2025-05-30-11-33-17.gh-issue-134745.GN-zk2.rst
@@ -1,3 +1,3 @@
1
-Change :c:func:`!PyThread_allocate_lock` implementation to ``PyMutex``. On
2
-Windows, :c:func:`!PyThread_acquire_lock_timed` now supports the *intr_flag*
+Change :c:func:`!PyThread_allocate_lock` implementation to ``PyMutex``.
+On Windows, :c:func:`!PyThread_acquire_lock_timed` now supports the *intr_flag*
3
parameter: it can be interrupted. Patch by Victor Stinner.
0 commit comments