diff options
| author | shadchin <[email protected]> | 2026-02-03 21:59:07 +0300 |
|---|---|---|
| committer | shadchin <[email protected]> | 2026-02-03 22:28:51 +0300 |
| commit | bce46f28de392862d5c6c3b185d844ee7c623be3 (patch) | |
| tree | 424878b5b90144f98970ce4a2745990c77330ad2 /library/python/runtime_py3/test | |
| parent | 0e0ee9fa48ce9411b4038aa769493d22ff6c10a2 (diff) | |
Import Python 3.13.11
commit_hash:bbb53cefb159aa3e7afaa475fd19d5a03b66945f
Diffstat (limited to 'library/python/runtime_py3/test')
2 files changed, 8 insertions, 4 deletions
diff --git a/library/python/runtime_py3/test/canondata/test_traceback.test_traceback_custom-default_/stderr.txt b/library/python/runtime_py3/test/canondata/test_traceback.test_traceback_custom-default_/stderr.txt index a18678b50ea..12dce649fdf 100644 --- a/library/python/runtime_py3/test/canondata/test_traceback.test_traceback_custom-default_/stderr.txt +++ b/library/python/runtime_py3/test/canondata/test_traceback.test_traceback_custom-default_/stderr.txt @@ -1,14 +1,16 @@ Traceback (most recent call last): File "library/python/runtime_py3/test/traceback/crash.py", line 42, in main one() + ~~~^^ File "library/python/runtime_py3/test/traceback/crash.py", line 11, in one modfunc(two) # aaa - ^^^^^^^^^^^^ + ~~~~~~~^^^^^ File "library/python/runtime_py3/test/traceback/mod/__init__.py", line 3, in modfunc f() # call back to caller - ^^^ + ~^^ File "library/python/runtime_py3/test/traceback/crash.py", line 15, in two three(42) + ~~~~~^^^^ File "library/python/runtime_py3/test/traceback/crash.py", line 19, in three raise RuntimeError(f"Kaboom! I'm dead: {x}") RuntimeError: Kaboom! I'm dead: 42 diff --git a/library/python/runtime_py3/test/canondata/test_traceback.test_traceback_main-default_/stderr.txt b/library/python/runtime_py3/test/canondata/test_traceback.test_traceback_main-default_/stderr.txt index a18678b50ea..12dce649fdf 100644 --- a/library/python/runtime_py3/test/canondata/test_traceback.test_traceback_main-default_/stderr.txt +++ b/library/python/runtime_py3/test/canondata/test_traceback.test_traceback_main-default_/stderr.txt @@ -1,14 +1,16 @@ Traceback (most recent call last): File "library/python/runtime_py3/test/traceback/crash.py", line 42, in main one() + ~~~^^ File "library/python/runtime_py3/test/traceback/crash.py", line 11, in one modfunc(two) # aaa - ^^^^^^^^^^^^ + ~~~~~~~^^^^^ File "library/python/runtime_py3/test/traceback/mod/__init__.py", line 3, in modfunc f() # call back to caller - ^^^ + ~^^ File "library/python/runtime_py3/test/traceback/crash.py", line 15, in two three(42) + ~~~~~^^^^ File "library/python/runtime_py3/test/traceback/crash.py", line 19, in three raise RuntimeError(f"Kaboom! I'm dead: {x}") RuntimeError: Kaboom! I'm dead: 42 |
