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 Elvis.Pranskevichus, asvetlov, gvanrossum, methane, ned.deily, python-dev, vstinner, yselivanov
Date 2016-10-28.22:05:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477692335.28.0.0253107848665.issue28544@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.6 & default don't compile on Windows because of the change:

http://buildbot.python.org/all/builders/AMD64%20Windows8%203.x/builds/2795/steps/compile/logs/stdio

       "D:\buildarea\3.x.bolen-windows8\build\PCbuild\_asyncio.vcxproj" (Build target) (15) ->
       (Link target) -> 
         _asynciomodule.obj : error LNK2019: unresolved external symbol _PyDict_Pop referenced in function task_step [D:\buildarea\3.x.bolen-windows8\build\PCbuild\_asyncio.vcxproj]
         _asynciomodule.obj : error LNK2019: unresolved external symbol _PyGen_Send referenced in function task_step_impl [D:\buildarea\3.x.bolen-windows8\build\PCbuild\_asyncio.vcxproj]
         D:\buildarea\3.x.bolen-windows8\build\PCBuild\amd64\_asyncio_d.pyd : fatal error LNK1120: 2 unresolved externals [D:\buildarea\3.x.bolen-windows8\build\PCbuild\_asyncio.vcxproj]
History
Date User Action Args
2016-10-28 22:05:35vstinnersetrecipients: + vstinner, gvanrossum, ned.deily, asvetlov, methane, Elvis.Pranskevichus, python-dev, yselivanov
2016-10-28 22:05:35vstinnersetmessageid: <1477692335.28.0.0253107848665.issue28544@psf.upfronthosting.co.za>
2016-10-28 22:05:35vstinnerlinkissue28544 messages
2016-10-28 22:05:35vstinnercreate