mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
https://bugs.python.org/issue37500 Add a new field to the compiler structure that allows to be configured so no bytecode is emitted. In this way is possible to detect errors by walking the nodes while preserving optimizations. https://bugs.python.org/issue37500
Miscellaneous source files for the main Python shared library