Re: [Python-Dev] [Python-checkins] cpython: Add a few entries to whatsnew/3.3.rst.

2012-09-26 Thread Walter Dörwald
On 26.09.12 16:43, ezio.melotti wrote: http://hg.python.org/cpython/rev/36f61661f71e changeset: 79194:36f61661f71e user:Ezio Melotti date:Wed Sep 26 17:43:23 2012 +0300 summary: Add a few entries to whatsnew/3.3.rst. [...] + +A new :data:`~html.entities.html5` dictionary th

Re: [Python-Dev] [Python-checkins] cpython: Add a few entries to whatsnew/3.3.rst.

2012-09-26 Thread Ezio Melotti
On Wed, Sep 26, 2012 at 6:02 PM, Walter Dörwald wrote: > On 26.09.12 16:43, ezio.melotti wrote: > >> http://hg.python.org/cpython/rev/36f61661f71e >> changeset: 79194:36f61661f71e >> user:Ezio Melotti >> date:Wed Sep 26 17:43:23 2012 +0300 >> summary: >>Add a few entries to

[Python-Dev] buildbot with -O

2012-09-26 Thread Benjamin Peterson
In light of issue #16046, I think it would be helpful to have a buildbot running the testsuite with -O enabled. -- Regards, Benjamin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http:

Re: [Python-Dev] buildbot with -O

2012-09-26 Thread Maciej Fijalkowski
On Thu, Sep 27, 2012 at 1:00 AM, Benjamin Peterson wrote: > In light of issue #16046, I think it would be helpful to have a > buildbot running the testsuite with -O enabled. How about deprecating -O completely instead? It does not seem to give any speedups and definitely gives headaches.

Re: [Python-Dev] buildbot with -O

2012-09-26 Thread R. David Murray
On Wed, 26 Sep 2012 19:00:53 -0400, Benjamin Peterson wrote: > In light of issue #16046, I think it would be helpful to have a > buildbot running the testsuite with -O enabled. I've got some (slow) hardware I could dedicate to this, though it may take me a few weeks to find time to set it up. -

Re: [Python-Dev] buildbot with -O

2012-09-26 Thread Benjamin Peterson
2012/9/26 Maciej Fijalkowski : > On Thu, Sep 27, 2012 at 1:00 AM, Benjamin Peterson > wrote: >> In light of issue #16046, I think it would be helpful to have a >> buildbot running the testsuite with -O enabled. > > How about deprecating -O completely instead? It does not seem to give > any speedu

Re: [Python-Dev] buildbot with -O

2012-09-26 Thread Trent Nelson
On Wed, Sep 26, 2012 at 04:13:42PM -0700, Benjamin Peterson wrote: > 2012/9/26 Maciej Fijalkowski : > > On Thu, Sep 27, 2012 at 1:00 AM, Benjamin Peterson > > wrote: > >> In light of issue #16046, I think it would be helpful to have a > >> buildbot running the testsuite with -O enabled. > > > > H