[issue35177] Add missing dependencies between AST/parser header files

STINNER Victor report at bugs.python.org
Mon Nov 12 10:39:46 EST 2018


STINNER Victor <vstinner at redhat.com> added the comment:

Oh, the Yield warning made its come back :-( Example:

  import.c
c:\program files (x86)\windows kits\10\include\10.0.17134.0\um\winbase.h(102): warning C4005: 'Yield': macro redefinition [C:\projects\cpython\PCbuild\pythoncore.vcxproj]
  c:\projects\cpython\include\python-ast.h(549): note: see previous definition of 'Yield'

----------
resolution: fixed -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35177>
_______________________________________


More information about the Python-bugs-list mailing list