STINNER Victor <[email protected]> added the comment:
Current workaround in ast.c: /* This is done here, so defines like "test" don't interfere with AST use above. */ #include "grammar.h" #include "parsetok.h" #include "graminit.h" This code is in the "middle" of ast.c. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue35197> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
