mirror of
https://github.com/python/cpython.git
synced 2026-05-21 20:03:06 -04:00
d0f0308a37
gh-113750: Fix object resurrection on free-threaded builds This avoids the undesired re-initializing of fields like `ob_gc_bits`, `ob_mutex`, and `ob_tid` when an object is resurrected due to its finalizer being called. This change has no effect on the default (with GIL) build.
Source files for standard library extension modules, and former extension modules that are now builtin modules.