mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
49444fb807
* 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