]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98811: use full source location to simplify __future__ imports error checking...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 31 Oct 2022 13:08:03 +0000 (13:08 +0000)
committerGitHub <noreply@github.com>
Mon, 31 Oct 2022 13:08:03 +0000 (13:08 +0000)
commit39448adc9db0c0444443a42f13a9d7e1441b88e8
tree6b311cc323760f1231550babdb525e1c6feafef6
parent29f98b46b77ee528477b9a7b335974b9682f7f14
gh-98811: use full source location to simplify __future__ imports error checking. This also fixes an incorrect error offset. (GH-98812)
Include/cpython/compile.h
Lib/test/test_future.py
Misc/NEWS.d/next/Core and Builtins/2022-10-28-13-59-51.gh-issue-98811.XQypJa.rst [new file with mode: 0644]
Python/compile.c
Python/future.c