mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
* Mark bytecodes at end of try-except as artificial. * Make sure that the CFG is consistent throughout optimiization. * Extend line-number propagation logic so that implicit returns after 'try-except' or 'with' have the correct line numbers. * Update importlib
Miscellaneous source files for the main Python shared library