[Python-Dev] Summary of Python tracker Issues

2014-10-24 Thread Python tracker
ACTIVITY SUMMARY (2014-10-17 - 2014-10-24) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4604 (+17) closed 29877 (+44) total 34481 (+61) Open issues

Re: [Python-Dev] Cross compiling Python (for Android)

2014-10-24 Thread Guido van Rossum
Hi Frank, Nobody has responded to you yet, but don't feel discouraged by that! The core Python development group consists mostly of people who don't develop mobile apps in their day jobs, and they may feel reluctant to maintain changes that they can't personally test. (And I don't expect it would

[Python-Dev] XP buildbot problem cloning from hg.python.org

2014-10-24 Thread David Bolen
Starting yesterday, my XP buildbot began failing to execute clone operations against hg.python.org. There's not a lot of data being given aside from a transaction abort message (and my buildbot log showing the hg command exiting), and I'm wondering if something may be amiss on the server or its

Re: [Python-Dev] XP buildbot problem cloning from hg.python.org

2014-10-24 Thread Donald Stufft
Is this using HTTPS or SSH. On Oct 24, 2014, at 11:47 PM, David Bolen db3l@gmail.com wrote: Starting yesterday, my XP buildbot began failing to execute clone operations against hg.python.org. There's not a lot of data being given aside from a transaction abort message (and my buildbot

Re: [Python-Dev] XP buildbot problem cloning from hg.python.org

2014-10-24 Thread Antoine Pitrou
On Fri, 24 Oct 2014 23:47:05 -0400 David Bolen db3l@gmail.com wrote: Starting yesterday, my XP buildbot began failing to execute clone operations against hg.python.org. There's not a lot of data being given aside from a transaction abort message (and my buildbot log showing the hg command

Re: [Python-Dev] XP buildbot problem cloning from hg.python.org

2014-10-24 Thread David Bolen
Donald Stufft don...@stufft.io writes: Is this using HTTPS or SSH. Um, good question - whatever the buildbot build process uses. Looking at the slave log on buildbot.python.org (I don't get the hg output locally), appears to be http (it's cloning http://hg.python.org/cpython) - though I

Re: [Python-Dev] XP buildbot problem cloning from hg.python.org

2014-10-24 Thread David Bolen
Antoine Pitrou solip...@pitrou.net writes: Have you tried running the hg clone manually from the buildbot? You could try to add --debug to get more info where the thing breaks. Yes, I had but pretty much got the same output as the buildbot slave. But I just tried --traceback and it's

Re: [Python-Dev] XP buildbot problem cloning from hg.python.org

2014-10-24 Thread David Bolen
David Bolen db3l@gmail.com writes: which appears to die mid-stream while receiving the manifests. So I'm sort of hoping there might be some record server-side as to why things are falling apart mid-way. Just to follow-up to myself, I get the same same error trying to do a clone from my

Re: [Python-Dev] XP buildbot problem cloning from hg.python.org

2014-10-24 Thread Donald Stufft
What version of OpenSSL is it using. On Oct 25, 2014, at 1:00 AM, David Bolen db3l@gmail.com wrote: David Bolen db3l@gmail.com writes: which appears to die mid-stream while receiving the manifests. So I'm sort of hoping there might be some record server-side as to why things