bpo-42908: Mark cleanup code at end of try-except and with artificial (#24202)
* 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
M
Mark Shannon committed
3bd6035b6baf1a7d51b7cc2c6bb2c81886236b67
Parent: 2396614
Committed by GitHub <noreply@github.com>
on 1/13/2021, 12:05:43 PM