mirror of
https://github.com/python/cpython.git
synced 2026-06-24 03:53:12 -04:00
24e643d4ef
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