mirror of
https://github.com/python/cpython.git
synced 2026-01-26 12:55:08 +00:00
If we are specializing to `LOAD_GLOBAL_MODULE` or `LOAD_ATTR_MODULE`, try to enable deferred reference counting for the value, if the object is owned by a different thread. This applies to the free-threaded build only and should improve scaling of multi-threaded programs.
Miscellaneous source files for the main Python shared library