Re: [Python-Dev] 2.7.5 baking

2013-05-15 Thread M.-A. Lemburg
On 12.05.2013 06:03, Benjamin Peterson wrote: The long anticipated emergency 2.7.5 release has now been tagged. It will be publicly announced as binaries arrive. Originally, I was just going to cherrypick regression fixes onto the 2.7.4 release and release those as 2.7.5. I started to this

Re: [Python-Dev] More compact dictionaries with faster iteration

2013-05-15 Thread Christian Tismer
Hi Raymond, On 08.01.13 15:49, Maciej Fijalkowski wrote: On Mon, Dec 10, 2012 at 3:44 AM, Raymond Hettinger raymond.hettin...@gmail.com wrote: The current memory layout for dictionaries is unnecessarily inefficient. It has a sparse table of 24-byte entries containing the hash value, key

Re: [Python-Dev] More compact dictionaries with faster iteration

2013-05-15 Thread Stefan Drees
Hi Chris, On 15.05.13 13:32 Christian Tismer wrote: Hi Raymond, On 08.01.13 15:49, Maciej Fijalkowski wrote: On Mon, Dec 10, 2012 at 3:44 AM, Raymond Hettinger raymond.hettin...@gmail.com wrote: The current memory layout for dictionaries is unnecessarily inefficient. It has a sparse table

Re: [Python-Dev] More compact dictionaries with faster iteration

2013-05-15 Thread Christian Tismer
On 15.05.13 14:01, Stefan Drees wrote: Hi Chris, On 15.05.13 13:32 Christian Tismer wrote: Hi Raymond, On 08.01.13 15:49, Maciej Fijalkowski wrote: On Mon, Dec 10, 2012 at 3:44 AM, Raymond Hettinger raymond.hettin...@gmail.com wrote: The current memory layout for dictionaries is

Re: [Python-Dev] More compact dictionaries with faster iteration

2013-05-15 Thread Maciej Fijalkowski
On Wed, May 15, 2013 at 2:36 PM, Christian Tismer tis...@stackless.com wrote: On 15.05.13 14:01, Stefan Drees wrote: Hi Chris, On 15.05.13 13:32 Christian Tismer wrote: Hi Raymond, On 08.01.13 15:49, Maciej Fijalkowski wrote: On Mon, Dec 10, 2012 at 3:44 AM, Raymond Hettinger

Re: [Python-Dev] 2.7.5 baking

2013-05-15 Thread Benjamin Peterson
2013/5/15 M.-A. Lemburg m...@egenix.com: On 12.05.2013 06:03, Benjamin Peterson wrote: The long anticipated emergency 2.7.5 release has now been tagged. It will be publicly announced as binaries arrive. Originally, I was just going to cherrypick regression fixes onto the 2.7.4 release and

Re: [Python-Dev] 2.7.5 baking

2013-05-15 Thread Georg Brandl
Am 15.05.2013 09:55, schrieb M.-A. Lemburg: On 12.05.2013 06:03, Benjamin Peterson wrote: The long anticipated emergency 2.7.5 release has now been tagged. It will be publicly announced as binaries arrive. Originally, I was just going to cherrypick regression fixes onto the 2.7.4 release

Re: [Python-Dev] 2.7.5 baking

2013-05-15 Thread Brian Curtin
On Wed, May 15, 2013 at 1:07 PM, Georg Brandl g.bra...@gmx.net wrote: Am 15.05.2013 09:55, schrieb M.-A. Lemburg: On 12.05.2013 06:03, Benjamin Peterson wrote: The long anticipated emergency 2.7.5 release has now been tagged. It will be publicly announced as binaries arrive. Originally, I

Re: [Python-Dev] 2.7.5 baking

2013-05-15 Thread Zachary Ware
I asked some folks on the infrastructure team and the last they heard from him was 11 April. Martin replied on issue17883 on May 10. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe:

Re: [Python-Dev] 2.7.5 baking

2013-05-15 Thread M.-A. Lemburg
On 15.05.2013 19:11, Benjamin Peterson wrote: 2013/5/15 M.-A. Lemburg m...@egenix.com: On 12.05.2013 06:03, Benjamin Peterson wrote: The long anticipated emergency 2.7.5 release has now been tagged. It will be publicly announced as binaries arrive. Originally, I was just going to cherrypick

[Python-Dev] Mysterious Python pyc file corruption problems

2013-05-15 Thread Barry Warsaw
I am looking into a particularly vexing Python problem on Ubuntu that manifests in several different ways. I think the problem is the same one described in http://bugs.python.org/issue13146 and I sent a message on the subject to the ubuntu-devel list:

Re: [Python-Dev] How to debug python crashes

2013-05-15 Thread Steve Dower
From: Catalin Iacob Hi Philippe, I don't have access to VS right now but out of my head what you need to do is roughly outlined below. On Tue, May 14, 2013 at 5:29 PM, Philippe Fremy p...@freehackers.org wrote: But what's the reason for releasing them ? If you need to recompile

Re: [Python-Dev] Mysterious Python pyc file corruption problems

2013-05-15 Thread Brett Cannon
On Wed, May 15, 2013 at 4:58 PM, Barry Warsaw ba...@python.org wrote: I am looking into a particularly vexing Python problem on Ubuntu that manifests in several different ways. I think the problem is the same one described in http://bugs.python.org/issue13146 and I sent a message on the

Re: [Python-Dev] Mysterious Python pyc file corruption problems

2013-05-15 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/15/2013 04:58 PM, Barry Warsaw wrote: This leads me to hypothesize that the bug is due to an as yet unidentified race condition during installation of Python source code on Ubuntu, which is normally when we automatically byte compile the

Re: [Python-Dev] Mysterious Python pyc file corruption problems

2013-05-15 Thread Nick Coghlan
On 16 May 2013 08:11, Tres Seaver tsea...@palladion.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/15/2013 04:58 PM, Barry Warsaw wrote: This leads me to hypothesize that the bug is due to an as yet unidentified race condition during installation of Python source code on

Re: [Python-Dev] 2.7.5 baking

2013-05-15 Thread Martin v. Löwis
Am 15.05.13 20:07, schrieb Georg Brandl: Has anybody heard from Martin recently? I hope he's well and just overworked... True on both accounts. I was travelling over the weekend, and then didn't manage to catch up with email. Sorry for the delay. Regards, Martin

[Python-Dev] [RELEASED] Python 2.7.5

2013-05-15 Thread Benjamin Peterson
It is my greatest pleasure to announce the release of Python 2.7.5. 2.7.5 is the latest maintenance release in the Python 2.7 series. You may be surprised to hear from me so soon, as Python 2.7.4 was released slightly more than a month ago. As it turns out, 2.7.4 had several regressions and

Re: [Python-Dev] [RELEASED] Python 2.7.5

2013-05-15 Thread Benjamin Peterson
2013/5/15 Carlos Nepomuceno carlosnepomuc...@outlook.com: test_asynchat still hangs! What it does? Should I care? Is there an issue filed for that? -- Regards, Benjamin ___ Python-Dev mailing list Python-Dev@python.org

Re: [Python-Dev] [RELEASED] Python 2.7.5

2013-05-15 Thread Carlos Nepomuceno
Just filed 17992! http://bugs.python.org/issue17992 Date: Wed, 15 May 2013 23:51:00 -0500 Subject: Re: [Python-Dev] [RELEASED] Python 2.7.5 From: benja...@python.org To: carlosnepomuc...@outlook.com CC: python-dev@python.org 2013/5/15 Carlos

[Python-Dev] [RELEASED] Python 3.2.5 and Python 3.3.2

2013-05-15 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I am pleased to announce the releases of Python 3.2.5 and 3.3.2. The releases fix a few regressions in 3.2.4 and 3.3.1 in the zipfile, gzip and xml.sax modules. Details can be found in the changelogs:

Re: [Python-Dev] [RELEASED] Python 2.7.5

2013-05-15 Thread Ben Hoyt
Thanks, Benjamin -- that's great! This may not be a python-dev question exactly. But on Windows, is it safe to update to 2.7.5 on top of 2.7.4 (at C:\Python27) using the .msi installer? In other words, will it update/add/remove all the files correctly? What if python.exe is running? -Ben On