]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 17 Sep 2018 12:17:29 +0000 (15:17 +0300)
committerGitHub <noreply@github.com>
Mon, 17 Sep 2018 12:17:29 +0000 (15:17 +0300)
commitda8d72c953369b872a12c13f136ada77a786714a
treebcfb6546be24ecf3efaee838934001fd931fa065
parent5e99b56d6b249995a4fa2bc09c0bb03841f49572
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
Lib/test/test_dis.py
Lib/test/test_doctest.py
Lib/test/test_faulthandler.py
Lib/test/test_traceback.py
Lib/test/test_tracemalloc.py
Misc/NEWS.d/next/Core and Builtins/2018-08-15-20-46-49.bpo-12458.ApHbx5.rst [new file with mode: 0644]
Python/compile.c
Python/importlib.h
Python/importlib_external.h