This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pablogsal, serhiy.storchaka, vstinner
Date 2019-05-14.23:05:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557875152.94.0.779308423796.issue35197@roundup.psfhosted.org>
In-reply-to
Content
Another common issue with Python-ast.h, I just saw it on Windows:

  compile.c 
c:\program files (x86)\windows kits\10\include\10.0.17134.0\um\winbase.h(102): warning C4005: 'Yield': macro redefinition [C:\vstinner\python\master\PCbuild\pythoncore 
.vcxproj]
  c:\vstinner\python\master\include\python-ast.h(627): note: see previous definition of 'Yield'
History
Date User Action Args
2019-05-14 23:05:52vstinnersetrecipients: + vstinner, serhiy.storchaka, pablogsal
2019-05-14 23:05:52vstinnersetmessageid: <1557875152.94.0.779308423796.issue35197@roundup.psfhosted.org>
2019-05-14 23:05:52vstinnerlinkissue35197 messages
2019-05-14 23:05:52vstinnercreate