mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
bpo-45890: Add tests for tracing try-except-finally blocks (GH-29746)
This commit is contained in:
parent
8db06528ca
commit
a310fd83a0
2 changed files with 51 additions and 2 deletions
|
@ -11,6 +11,11 @@ from trace import Trace
|
|||
|
||||
from test.tracedmodules import testmod
|
||||
|
||||
##
|
||||
## See also test_sys_settrace.py, which contains tests that cover
|
||||
## tracing of many more code blocks.
|
||||
##
|
||||
|
||||
#------------------------------- Utilities -----------------------------------#
|
||||
|
||||
def fix_ext_py(filename):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue