gh-118527: Intern filename, name, and qualname in code objects. (#118558)
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.
S
Sam Gross committed
37c31bea72fb6971f1008faa2e253d12167c221f
Parent: 0e78a54
Committed by GitHub <noreply@github.com>
on 5/3/2024, 10:16:45 PM