mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
* Split exit paths into exceptional and non-exceptional. * Move exit tracing code to individual bytecodes. * Wrap all trace entry and exit events in macros to make them clearer and easier to enhance. * Move return sequence into RETURN_VALUE, YIELD_VALUE and YIELD_FROM. Distinguish between normal trace events and dtrace events.
Miscellaneous source files for the main Python shared library