[Python-Dev] buildbot's are needlessly compiling -O0

2013-11-23 Thread Gregory P. Smith
our buildbots are setup to configure --with-pydebug which also unfortunately causes them to compile with -O0... this results in a python binary that is excruciatingly slow and makes the entire test suite run take a long time. given that nobody is ever going to run a gdb or another debugger on the

Re: [Python-Dev] can someone create a buildbot slave name & password for me?

2013-11-23 Thread Gregory P. Smith
On Sat, Nov 23, 2013 at 12:31 PM, Barry Warsaw wrote: > On Nov 23, 2013, at 10:34 AM, Gregory P. Smith wrote: > > >I've got a nice ARM box to add to the pool (it should be a lot faster and > >more reliable than warsaw-ubuntu-arm; hopefully making its way to stable). > > Once that's up, let me kno

Re: [Python-Dev] [Python-checkins] cpython: asyncio: Change bounded semaphore into a subclass, like

2013-11-23 Thread Tim Peters
[guido] > http://hg.python.org/cpython/rev/6bee0fdcba39 > changeset: 87468:6bee0fdcba39 > user:Guido van Rossum > date:Sat Nov 23 15:09:16 2013 -0800 > summary: > asyncio: Change bounded semaphore into a subclass, like > threading.[Bounded]Semaphore. > > files: > Lib/asyncio

Re: [Python-Dev] can someone create a buildbot slave name & password for me?

2013-11-23 Thread Barry Warsaw
On Nov 23, 2013, at 10:34 AM, Gregory P. Smith wrote: >I've got a nice ARM box to add to the pool (it should be a lot faster and >more reliable than warsaw-ubuntu-arm; hopefully making its way to stable). Once that's up, let me know. I'd like to eventually retire this box. It's unsupported hard

[Python-Dev] can someone create a buildbot slave name & password for me?

2013-11-23 Thread Gregory P. Smith
I've got a nice ARM box to add to the pool (it should be a lot faster and more reliable than warsaw-ubuntu-arm; hopefully making its way to stable). proposed slave name: gps-ubuntu-exynos5-armv7l description: Ubuntu ARM - Dual Cortex A15 2GiB (ie: a repurposed samsung ARM chromebook) thanks, -g

Re: [Python-Dev] Accepting PEP 3154 for 3.4?

2013-11-23 Thread Antoine Pitrou
Hello, I've now pushed Alexandre's implementation, and the PEP is marked final. Regards Antoine. On Sat, 16 Nov 2013 19:15:26 +0100 Antoine Pitrou wrote: > > Hello, > > Alexandre Vassalotti (thanks a lot!) has recently finalized his work on > the PEP 3154 implementation - pickle protocol

Re: [Python-Dev] PEP 428 (pathlib) now committed

2013-11-23 Thread Antoine Pitrou
On Sat, 23 Nov 2013 15:32:58 +0200 Serhiy Storchaka wrote: > 22.11.13 18:44, Antoine Pitrou написав(ла): > > I've pushed pathlib to the repository. I'm hopeful there won't be > > new buildbot failures because of it, but still, there may be some > > platform-specific issues I'm unaware of. > > Con

Re: [Python-Dev] PEP 428 (pathlib) now committed

2013-11-23 Thread anatoly techtonik
I'd vote for a different perspective on path handling. For me the pathlib is not the good way to go. Especially with copying ill behaviour of old os.path functions. We definitely need a "task force page" dedicated to "working with paths in Python" to collaborate. ML + PEP with privileged write acc

Re: [Python-Dev] PEP 428 (pathlib) now committed

2013-11-23 Thread Serhiy Storchaka
22.11.13 18:44, Antoine Pitrou написав(ла): I've pushed pathlib to the repository. I'm hopeful there won't be new buildbot failures because of it, but still, there may be some platform-specific issues I'm unaware of. Congratuate Antoine! Does it means that issues #11344 (Add os.path.splitpath(

Re: [Python-Dev] PEP 454 - tracemalloc - accepted

2013-11-23 Thread Victor Stinner
Hi, 2013/11/21 Charles-François Natali : > I'm happy to officially accept PEP 454 aka tracemalloc. > The API has substantially improved over the past weeks, and is now > both easy to use and suitable as a fundation for high-level tools for > memory-profiling. I pushed the implementation of he PEP

[Python-Dev] Reminder: Less than 24 hours until 3.4 feature freeze

2013-11-23 Thread Larry Hastings
I hope to tag 3.4 in less than 24 hours from now. Last call, folks. Here's hoping the buildbots all get green soon, //arry/ ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://