]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44063: set the missing end locations on the compiler (GH-25956)
authorBatuhan Taskaya <isidentical@gmail.com>
Fri, 7 May 2021 17:49:06 +0000 (20:49 +0300)
committerGitHub <noreply@github.com>
Fri, 7 May 2021 17:49:06 +0000 (20:49 +0300)
commitb2ec37a7224318d466e0877790ed740ce8b4867d
treebbbacaef4f46bf0e83cfa9500a40980bf0e170af
parent4a2d98a1e98de25c5114d11fcb0f9fedbb057e51
bpo-44063: set the missing end locations on the compiler (GH-25956)
Lib/test/test_syntax.py
Python/compile.c