]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the new parser (GH-19736)
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 27 Apr 2020 17:35:58 +0000 (18:35 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2020 17:35:58 +0000 (18:35 +0100)
commitb94dbd7ac34dc0c79512656eb17f6f07e09fca7a
tree35b56488d8a64aacac068dd56b04a6ce6ed6ed5b
parent2b74c835a7280840a853e3a9aaeb83758b13a458
bpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the new parser (GH-19736)
Lib/test/test_codeop.py
Parser/pegen/pegen.c