cpython
cpython copied to clipboard
gh-132657: Add maybe_enable_deferred_ref_count().
If we are specializing to LOAD_GLOBAL_MODULE, set deferred reference counting for the value, if it meets criteria. For now, it's only done for frozenset objects.
- Issue: gh-132657