mirror of
https://github.com/python/cpython.git
synced 2025-10-28 09:10:36 +00:00
Remove BEGIN_FINALLY, END_FINALLY, CALL_FINALLY and POP_FINALLY bytecodes. Implement finally blocks by code duplication. Reimplement frame.lineno setter using line numbers rather than bytecode offsets. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _bootstrap.py | ||
| _bootstrap_external.py | ||
| abc.py | ||
| machinery.py | ||
| metadata.py | ||
| resources.py | ||
| util.py | ||