close

ImageImage

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 vstinner
Date 2018-11-12.15:39:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542037186.45.0.788709270274.issue35177@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2018-11-12 15:39:46vstinnersetrecipients: + vstinner
2018-11-12 15:39:46vstinnersetmessageid: <1542037186.45.0.788709270274.issue35177@psf.upfronthosting.co.za>
2018-11-12 15:39:46vstinnerlinkissue35177 messages
2018-11-12 15:39:46vstinnercreate