mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
* Remove redundant tracing_possible field from interpreter state. * Move 'use_tracing' from tstate onto C stack, for fastest possible checking in dispatch logic. * Add comments stressing the importance stack discipline when dealing with CFrames. * Add NEWS
Miscellaneous source files for the main Python shared library