mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
170 B
ReStructuredText
3 lines
170 B
ReStructuredText
Fixes a crash of :class:`types.SimpleNamespace` on :term:`free threading` builds,
|
|
when several threads were calling its :meth:`~object.__repr__` method at the
|
|
same time.
|