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
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
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:
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.
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.
-
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
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