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 eric.snow, jkloth, ncoghlan, pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2017-09-06.03:06:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504667218.95.0.312464164002.issue30860@psf.upfronthosting.co.za>
In-reply-to
Content
Sadly, Windows doesn't like much your big change.

Just one example:

     2>C:\buildbot.python.org\3.x.kloth-win64\build\Include\Python-ast.h(563): warning C4005: 'Yield': macro redefinition [C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\pythoncore.vcxproj]
         C:\Program Files (x86)\Windows Kits\8.1\Include\um\winbase.h(97): note: see previous definition of 'Yield'
         bltinmodule.c

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/954/steps/compile/logs/stdio
History
Date User Action Args
2017-09-06 03:06:58vstinnersetrecipients: + vstinner, ncoghlan, pitrou, jkloth, eric.snow, serhiy.storchaka, yselivanov
2017-09-06 03:06:58vstinnersetmessageid: <1504667218.95.0.312464164002.issue30860@psf.upfronthosting.co.za>
2017-09-06 03:06:58vstinnerlinkissue30860 messages
2017-09-06 03:06:58vstinnercreate