mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
001eb520b5
* Add co_firstinstr field to code object. * Implement barebones quickening. * Use non-quickened bytecode when tracing. * Add NEWS item * Add new file to Windows build. * Don't specialize instructions with EXTENDED_ARG.