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.

classification
Title: All Windows buildbots fail compile/clean
Type: compile error Stage: resolved
Components: Build Versions: Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: python-dev, serhiy.storchaka, skrah, zach.ware
Priority: normal Keywords:

Created on 2015-12-29 01:57 by skrah, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (5)
msg257161 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2015-12-29 01:57
Not sure what is happening, but all Windows buildbots fail compile/clean.
msg257162 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2015-12-29 02:04
Serhiy, could you take a look if it's related to

  http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/7107 ?

This seems to be the first failure.
msg257165 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-12-29 05:51
New changeset e04cd497aa41 by Zachary Ware in branch 'default':
Issue #25972, #20440: Fix compilation on Windows
https://hg.python.org/cpython/rev/e04cd497aa41
msg257166 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2015-12-29 06:16
Just some missing parentheses, so I fixed it:

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/7116
msg257167 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2015-12-29 06:20
Yes, thank you Zachary.
History
Date User Action Args
2022-04-11 14:58:25adminsetgithub: 70160
2015-12-29 06:20:32serhiy.storchakasetmessages: + msg257167
2015-12-29 06:16:59zach.waresetstatus: open -> closed

components: + Build
versions: + Python 3.6
messages: + msg257166
type: compile error
resolution: fixed
stage: resolved
2015-12-29 05:51:22python-devsetnosy: + python-dev
messages: + msg257165
2015-12-29 02:08:06skrahsetnosy: + serhiy.storchaka
2015-12-29 02:04:08skrahsetmessages: + msg257162
2015-12-29 01:57:43skrahcreate