]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not defined...
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 25 May 2020 19:17:12 +0000 (20:17 +0100)
committerGitHub <noreply@github.com>
Mon, 25 May 2020 19:17:12 +0000 (20:17 +0100)
commitdeb4355a37e41edf1199920789fe9572c1fb43c2
tree93770ad4926835d8820fb2ca4d8fb4dadfdd5ede
parent800a35c623bbcdb5793c7d7a4974524286311479
bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not defined (GH-20393)
Parser/pegen/parse.c
Tools/peg_generator/pegen/c_generator.py