Re: [Python-Dev] PEP 3333: wsgi_string() function

2011-01-08 Thread Stephen J. Turnbull
Robert Brewer writes: > Python 3.1 was released June 27th, 2009. We're coming up faster on the > two-year period than we seem to be on a revised WSGI spec. Maybe we > should shoot for a "bytes of a known encoding" type first. You have one. It's called "ISO 2022: Information processing -- ISO

Re: [Python-Dev] FYI: Python 2.7.1 + gcc 4.6 (experimental) probable optimizer problem

2011-01-08 Thread Stefan Krah
Antoine Pitrou wrote: > > I can reproduce this with release27-maint on Fedora-14/amd64/gcc-4.6. > > -fno-strict-aliasing is enabled. > > It might be interesting to have a buildbot with a bleeding edge > toolchain. Although in this case nobody rushed to diagnose the > three-month old issue anyway:

Re: [Python-Dev] FYI: Python 2.7.1 + gcc 4.6 (experimental) probable optimizer problem

2011-01-08 Thread Antoine Pitrou
On Sat, 8 Jan 2011 22:58:51 +0100 Stefan Krah wrote: > Antoine Pitrou wrote: > > On Sat, 8 Jan 2011 12:03:35 -0800 (PST) > > "Ralf W. Grosse-Kunstleve" wrote: > > > I just wanted to share an observation in case Python developers are > > > interested: > > > Python 2.7.1 doesn't build with the cur

Re: [Python-Dev] devguide: Add an intermediate task of helping triage issues (not to be confused with the

2011-01-08 Thread Antoine Pitrou
On Sat, 08 Jan 2011 23:05:06 +0100 brett.cannon wrote: > +For bugs, an issue needs to: > + > +* Clearly explain the bug so it can be reproduced > +* All relevant platform details are included > +* What version(s) of Python are affected by the bug are fully known > +* Is there a proper unit test th

Re: [Python-Dev] FYI: Python 2.7.1 + gcc 4.6 (experimental) probable optimizer problem

2011-01-08 Thread Stefan Krah
Antoine Pitrou wrote: > On Sat, 8 Jan 2011 12:03:35 -0800 (PST) > "Ralf W. Grosse-Kunstleve" wrote: > > I just wanted to share an observation in case Python developers are > > interested: > > Python 2.7.1 doesn't build with the current gcc 4.6 svn. > > Note that gcc 4.6 is now in "bug-fix only" m

Re: [Python-Dev] FYI: Python 2.7.1 + gcc 4.6 (experimental) probable optimizer problem

2011-01-08 Thread Martin v. Löwis
> BTW: I've been doing gcc pre-release testing regularly for many year, > starting > with gcc 3.3. This is the first time I see the Python build fail persistently > for several weeks. Wild guess: did configure detect that it needs to use -fno-strict-aliasing? Regards, Martin __

Re: [Python-Dev] FYI: Python 2.7.1 + gcc 4.6 (experimental) probable optimizer problem

2011-01-08 Thread Antoine Pitrou
On Sat, 8 Jan 2011 12:03:35 -0800 (PST) "Ralf W. Grosse-Kunstleve" wrote: > I just wanted to share an observation in case Python developers are > interested: > Python 2.7.1 doesn't build with the current gcc 4.6 svn. > Note that gcc 4.6 is now in "bug-fix only" mode. You should report a bug with

Re: [Python-Dev] devguide: Point out that OS X users need to change examples to use python.exe instead of

2011-01-08 Thread Ned Deily
In article , Brett Cannon wrote: > On Thu, Jan 6, 2011 at 13:04, Ned Deily wrote: > > In article , > >  brett.cannon wrote: > > [...] > >> summary: > >>   Point out that OS X users need to change examples to use python.exe > >> instead > >>   of python. > >>  Once Python is done building you

Re: [Python-Dev] devguide: Point out that OS X users need to change examples to use python.exe instead of

2011-01-08 Thread Brett Cannon
On Thu, Jan 6, 2011 at 13:04, Ned Deily wrote: > In article , >  brett.cannon wrote: > [...] >> summary: >>   Point out that OS X users need to change examples to use python.exe instead >>   of python. >>  Once Python is done building you will then have a working build of Python >>  that can be r

[Python-Dev] FYI: Python 2.7.1 + gcc 4.6 (experimental) probable optimizer problem

2011-01-08 Thread Ralf W. Grosse-Kunstleve
'-DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes' ./python -E ./setup.py build make: *** [sharedmods] Error 139 g++ (GCC) 4.6.0 20110108 (experimental) % make XXX lineno: 743, opcode: 0 Traceback (most recent call last): File "/net/theta/raid1/rwgk/junk/Python-2.7.1/Lib/site.py"

Re: [Python-Dev] r87849 - python/branches/py3k/Lib/test/test_ssl.py

2011-01-08 Thread Antoine Pitrou
On Sat, 8 Jan 2011 04:16:05 +0100 (CET) victor.stinner wrote: > Author: victor.stinner > Date: Sat Jan 8 04:16:05 2011 > New Revision: 87849 > > Log: > test_ssl: test SHA256 using sha256.tbs-internet.com instead of sha2.hboeck.de > > Modified: >python/branches/py3k/Lib/test/test_ssl.py >