]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43244: Fix test_peg_generators on Windows (GH-24913)
authorVictor Stinner <vstinner@python.org>
Thu, 18 Mar 2021 08:54:13 +0000 (09:54 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Mar 2021 08:54:13 +0000 (09:54 +0100)
commit6af528b4ab342805534c0bfe61d84ed7bb519468
treefafe058402a1ec24687a645b29da9f4ff1820db1
parente0b4aa0f5c3c2b2c60f5d8b20cf291442a8df8a5
bpo-43244: Fix test_peg_generators on Windows (GH-24913)

Don't redefine Py_DebugFlag, it's already defined in pydebug.h which
is included by Python.h
Parser/parser.c
Tools/peg_generator/pegen/c_generator.py