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 30df3b9 commit b55d0e0Copy full SHA for b55d0e0
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-06-24-15-52-19.gh-issue-151593.bWdDi1.rst
@@ -1,3 +1,3 @@
1
-Fix deadlock in :c:func:`insert_split_key`. We must not acquire other locks
+Fix deadlock in ``insert_split_key()``. We must not acquire other locks
2
while holding the ``LOCK_KEYS()`` mutex. This issue is fixed by calling
3
-:c:func:`PyType_Modifed` after releasing the mutex.
+:c:func:`PyType_Modified` after releasing the mutex.
0 commit comments