mirror of
https://github.com/python/cpython.git
synced 2026-05-22 12:24:30 -04:00
37c31bea72
This interns the strings for `co_filename`, `co_name`, and `co_qualname` on codeobjects in the free-threaded build. This partially addresses a reference counting bottleneck when creating closures concurrently. The closures take the name and qualified name from the code object.
Source files for various builtin objects