STINNER Victor <vstin...@python.org> added the comment:

Issue fixed in bpo-43244.

I moved the evil public Python-ast.h header file into the internal C API as 
Include/internal/pycore_ast.h. It doesn't define "Yield" anymore: 
"_PyAST_Yield" must be used instead.

----------
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> Move PyArena C API to the internal C API

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35197>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to