Re: [Python-Dev] thanks to everyone cleaning up the tests

2009-10-31 Thread Antoine Pitrou
Brett Cannon python.org> writes: > > Just wanted to publicly thank everyone who has been causing all the > checkins to fix and stabilize the test suite (I think it's mostly > Antoine and Mark, but I could be missing somebody; I'm under a > deadline so only have marginal higher brain functionality

[Python-Dev] thanks to everyone cleaning up the tests

2009-10-31 Thread Brett Cannon
Just wanted to publicly thank everyone who has been causing all the checkins to fix and stabilize the test suite (I think it's mostly Antoine and Mark, but I could be missing somebody; I'm under a deadline so only have marginal higher brain functionality). -Brett __

[Python-Dev] EC2 buildslaves

2009-10-31 Thread Antoine Pitrou
Martin v. Löwis v.loewis.de> writes: > > Not sure whether it's still relevant after the offers of individually > donated hardware. We'll see, indeed. > However, if you want to look into this, feel free to > set up EC2 slaves. I only know to setup mainstream Linux distros though (Debian- or Red

Re: [Python-Dev] Possible language summit topic: buildbots

2009-10-31 Thread Martin v. Löwis
Antoine Pitrou wrote: > Martin v. Löwis v.loewis.de> writes: >> It's not really reproducible. I think it sometimes happens when I >> restart the master; sometimes, some clients fail to reconnect >> (properly). > > Another common problem is that some buildbot fails in the middle of the test > suit

Re: [Python-Dev] "Buildbot" category on the tracker

2009-10-31 Thread Martin v. Löwis
> How about: > "indicates that related test failures are causing buildbot > instability" Ok, changed! Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.or

Re: [Python-Dev] Add const to python API - issue 6952

2009-10-31 Thread Barry Scott
On 22 Oct 2009, at 20:31, Barry Scott wrote: On 21 Oct 2009, at 06:15, Martin v. Löwis wrote: I suggest following POSIX's lead and omitted the const in these cases. Ah... Yes I see this in strstr for example. Thanks, that sounds reasonable. This is basically what I have done in the