There was an error while loading. Please reload this page.
1 parent f01610e commit 784eeb1Copy full SHA for 784eeb1
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-09-10-16-20-00.gh-issue-157217.dirlock.rst
@@ -0,0 +1,4 @@
1
+Fix :func:`dir` raising :exc:`RuntimeError` on the free-threaded build
2
+when another thread concurrently inserts into a class ``__dict__``.
3
+``dict.update()`` and related merges now take the locked dict-to-dict path
4
+when the source is a :class:`types.MappingProxyType` wrapping a dict.
0 commit comments