mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
54024655ae
We already have a stop-the-world pause elsewhere in this code path
(type_set_bases) and this makes will make it easier to avoid contention
on the TYPE_LOCK when looking up names in the MRO hierarchy.
Also use deferred reference counting for non-immortal MROs.
(cherry picked from commit 0b65c88c2a)
Source files for various builtin objects