mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
631f9938b1
This moves logic out of the frame initialization code and into the compiler and eval loop. Doing so simplifies the runtime code and allows us to optimize it better. https://bugs.python.org/issue43693
Miscellaneous source files for the main Python shared library