]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44298: Fix line numbers for early exits in with statements. (GH-26513)
authorMark Shannon <mark@hotpy.org>
Thu, 3 Jun 2021 15:45:58 +0000 (16:45 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Jun 2021 15:45:58 +0000 (16:45 +0100)
commit937cebc93b4922583218e0cbf0a9a14705a595b2
treec1d1850a46f708810ab72827e8fe82b5e2921317
parent4eed2821d40373345ed133b2b8d912fef59acab7
bpo-44298: Fix line numbers for early exits in with statements. (GH-26513)
Lib/test/test_sys_settrace.py
Python/compile.c
Python/importlib.h
Python/importlib_external.h