mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
3ea488aac4
Use per-thread refcounting for the reference from function objects to their corresponding code object. This can be a source of contention when frequently creating nested functions. Deferred refcounting alone isn't a great fit here because these references are on the heap and may be modified by other libraries.
Miscellaneous source files for the main Python shared library