STINNER Victor added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30368>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to