Files
cpython/Modules
Sam Gross f4997bb3ac gh-123923: Defer refcounting for f_funcobj in _PyInterpreterFrame (#124026)
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.
2024-09-24 20:08:18 +00:00
..
2024-09-09 14:58:26 +02:00
2024-08-23 08:40:31 +02:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.