mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
177 B
ReStructuredText
3 lines
177 B
ReStructuredText
Compile virtual :keyword:`try`/:keyword:`except` blocks to handle exceptions
|
|
raised during :meth:`~generator.close` or :meth:`~generator.throw` calls
|
|
through a suspended frame.
|