]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make sure that line number is set correctly for call to __exit__ when handling except...
authorMark Shannon <mark@hotpy.org>
Thu, 24 Jun 2021 14:12:48 +0000 (15:12 +0100)
committerGitHub <noreply@github.com>
Thu, 24 Jun 2021 14:12:48 +0000 (15:12 +0100)
commit18ba1ff6a4eb284aefb8d157d5e574d8326a395d
treef2946ccab40cc22fcff14acf464429f9a3a36c7d
parent599c07006a636b0a6904008534118a9ba3daf726
Make sure that line number is set correctly for call to __exit__ when handling exception in body of a with statement. (GH-26890)
Lib/test/test_exceptions.py
Python/compile.c
Python/importlib.h
Python/importlib_external.h
Python/importlib_zipimport.h