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 christian.heimes, jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-06-20.22:03:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497996184.28.0.532354009491.issue30368@psf.upfronthosting.co.za>
In-reply-to
Content
In a previous build, build 111 (June 6), the compilation of _elementtree succeeded:

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%20VS9.0%202.7/builds/111/steps/compile/logs/stdio
_elementtree - 0 error(s), 10 warning(s)

I also see that the commit 0e4571a68a7f48e8469ef05b04ba3463d3fd82c0 which upgraded libexpat introduced "#ifdef WIN32". I see that libexpat 2.2.1, the new version, replace "#ifdef WIN32" with "#ifdef _WIN32". I tested manually and it seems to fix the compilation of xmlparse.c at least! So bpo-30694 which update expat from 2.2.0 to 2.2.1 should fix this buildbot.
History
Date User Action Args
2017-06-20 22:03:04vstinnersetrecipients: + vstinner, paul.moore, christian.heimes, tim.golden, jkloth, zach.ware, steve.dower
2017-06-20 22:03:04vstinnersetmessageid: <1497996184.28.0.532354009491.issue30368@psf.upfronthosting.co.za>
2017-06-20 22:03:04vstinnerlinkissue30368 messages
2017-06-20 22:03:04vstinnercreate