mirror of
https://github.com/python/cpython.git
synced 2026-07-25 19:32:01 -04:00
9e7b2076fb
* 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