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 Igor Kudrin, christian.heimes, doko, eryksun, mark.dickinson, meador.inge, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vinay.sajip, vstinner, zach.ware
Date 2018-08-02.15:25:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533223531.73.0.56676864532.issue29565@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, the compilation succeeded on AppVeyor:
https://ci.appveyor.com/project/python/cpython/build/2.7build20258

But it fails on AMD64 Windows8 2.7:
https://buildbot.python.org/all/#/builders/74/builds/194

It seems like this buildbot uses Visual Studio 2008 ("VS 9.0")... but it seems like AppVeyor also uses Visual Studio 2008. No idea why AppVeyor missed the compilation error :-(

Anyway, I proposed PR 8626 to fix it.
History
Date User Action Args
2018-08-02 15:25:31vstinnersetrecipients: + vstinner, doko, paul.moore, vinay.sajip, mark.dickinson, christian.heimes, tim.golden, meador.inge, zach.ware, serhiy.storchaka, eryksun, steve.dower, Igor Kudrin
2018-08-02 15:25:31vstinnersetmessageid: <1533223531.73.0.56676864532.issue29565@psf.upfronthosting.co.za>
2018-08-02 15:25:31vstinnerlinkissue29565 messages
2018-08-02 15:25:31vstinnercreate