Bug report
Parser/pegen.c and Tools/peg_generator/peg_extension/peg_extension.c contain checks for wrong macro:
They always false, because the correct name is Py_DEBUG, not PY_DEBUG. Therefore, the code which was supposed to run in the debug build, is never compiled code.
cc @pablogsal
Linked PRs
Bug report
Parser/pegen.candTools/peg_generator/peg_extension/peg_extension.ccontain checks for wrong macro:They always false, because the correct name is
Py_DEBUG, notPY_DEBUG. Therefore, the code which was supposed to run in the debug build, is never compiled code.cc @pablogsal
Linked PRs