mirror of
https://github.com/python/cpython.git
synced 2026-05-16 01:19:28 -04:00
f4997bb3ac
Use a `_PyStackRef` and defer the reference to `f_funcobj` when possible. This avoids some reference count contention in the common case of executing the same code object from multiple threads concurrently in the free-threaded build.
Source files for various builtin objects