]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40619: Correctly handle error lines in programs without file mode (GH-20090)
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 14 May 2020 20:11:48 +0000 (21:11 +0100)
committerGitHub <noreply@github.com>
Thu, 14 May 2020 20:11:48 +0000 (21:11 +0100)
commitbcc30360951a303aa72b0502b77aad2c5f09f30d
tree2a34a277802399700512ff2fe203c20fde0b6122
parenta482dc500b6ec4889f6a126ba08cbad6c11e37bc
bpo-40619: Correctly handle error lines in programs without file mode (GH-20090)
Lib/test/test_exceptions.py
Parser/pegen/pegen.c