commit | 6af528b4ab342805534c0bfe61d84ed7bb519468 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Mar 18 09:54:13 2021 +0100 |
committer | GitHub <noreply@github.com> | Thu Mar 18 09:54:13 2021 +0100 |
tree | fafe058402a1ec24687a645b29da9f4ff1820db1 | |
parent | e0b4aa0f5c3c2b2c60f5d8b20cf291442a8df8a5 [diff] |
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