mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +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.
Source files for various builtin objects