mirror of
https://github.com/python/cpython.git
synced 2026-07-26 11:52:27 -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