]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44063: set the missing end locations on the compiler (GH-25956) (#25972)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 May 2021 20:40:09 +0000 (13:40 -0700)
committerGitHub <noreply@github.com>
Fri, 7 May 2021 20:40:09 +0000 (23:40 +0300)
commit13de28f17af02563cb8c6d0f6da3c178a4241ff3
treef63cd3dee8586c5dcfceb0cd0089bad23fb211c8
parentec6a1ea1ee67a5e7c8ee5f5b1541bc1c6e17a373
bpo-44063: set the missing end locations on the compiler (GH-25956) (#25972)

(cherry picked from commit b2ec37a7224318d466e0877790ed740ce8b4867d)

Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
Lib/test/test_syntax.py
Python/compile.c