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

This issue should be fixed:

commit d36d6a9c1808e87628ebaa855d4bec80130189f4
Author: Victor Stinner <vstin...@python.org>
Date:   Wed Apr 7 13:01:09 2021 +0200

    bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243)
    
    * pycore_ast.h no longer defines the Yield macro.
    * Fix a compiler warning on Windows: "warning C4005: 'Yield': macro
      redefinition".
    * Python-ast.c now defines directly functions with their real
      _Py_xxx() name, rather than xxx().
    * Remove "#undef Yield" in C files including pycore_ast.h.

----------

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

Reply via email to