mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
39bc70e267
* The compiler analyzes the usage of the first 64 local variables all at once using bit masks. * Local variables beyond the first 64 are only partially analyzed, achieving linear time.
Miscellaneous source files for the main Python shared library