mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
![]() "Zero cost" exception handling. * Uses a lookup table to determine how to handle exceptions. * Removes SETUP_FINALLY and POP_TOP block instructions, eliminating (most of) the runtime overhead of try statements. * Reduces the size of the frame object by about 60%. |
||
---|---|---|
.. | ||
metadata | ||
__init__.py | ||
_abc.py | ||
_adapters.py | ||
_bootstrap.py | ||
_bootstrap_external.py | ||
_common.py | ||
abc.py | ||
machinery.py | ||
readers.py | ||
resources.py | ||
util.py |