mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
Most module names are interned and immortalized, but the main module was not. This partially addresses a scaling bottleneck in the free-threaded when creating closure concurrently in the main module.
Miscellaneous source files for the main Python shared library