mirror of
https://github.com/python/cpython.git
synced 2026-06-22 19:12:50 -04:00
bb25f7280a
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