]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115796: fix exception table construction in _testinternalcapi.assemble_code_object...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 22 Feb 2024 12:36:44 +0000 (12:36 +0000)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2024 12:36:44 +0000 (12:36 +0000)
commit96c1737591b45bc1c528df1103eb0e500751fefe
tree8adb232e4843cfcae2a32d8cc48de73fb160a3d7
parent8aa372edcd857d2fbec8da0cb993de15b4179308
gh-115796: fix exception table construction in _testinternalcapi.assemble_code_object (#115797)
Lib/test/test_compiler_assemble.py
Misc/NEWS.d/next/Tests/2024-02-22-00-17-06.gh-issue-115796.d4hpKy.rst [new file with mode: 0644]
Python/flowgraph.c