]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-93621: reorder code in with/async-with exception exit path to reduce the size...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 10 Jun 2022 16:53:34 +0000 (17:53 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2022 16:53:34 +0000 (17:53 +0100)
commitcf730b595eea0460a7305205f7dfb6ecf0346351
tree9a82669efe06e9d7d988ed0a1861e3a71000e345
parent2ba0fd5767577954f331ecbd53596cd8035d7186
GH-93621: reorder code in with/async-with exception exit path to reduce the size of the exception table (GH-93622)
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-06-09-09-08-29.gh-issue-93621.-_Pn1d.rst [new file with mode: 0644]
Python/compile.c