Re: [Python-Dev] Possible major bug with zipimport on Windows in Python 3.3.4

2014-02-16 Thread Georg Brandl
Am 15.02.2014 23:19, schrieb Paul Moore: On 13 February 2014 20:58, Paul Moore p.f.mo...@gmail.com wrote: On 13 February 2014 20:54, Donald Stufft don...@stufft.io wrote: On Feb 13, 2014, at 3:53 PM, Paul Moore p.f.mo...@gmail.com wrote: Can someone please take a look at

Re: [Python-Dev] Possible major bug with zipimport on Windows in Python 3.3.4

2014-02-16 Thread Paul Moore
On 16 February 2014 08:19, Georg Brandl g.bra...@gmx.net wrote: As soon as a patch has been provided and tested, I will make a schedule for 3.3.5 including the fix. Until then, using 3.3.3 is probably the best solution. Fantastic - thanks for that. Paul

Re: [Python-Dev] Possible major bug with zipimport on Windows in Python 3.3.4

2014-02-16 Thread Serhiy Storchaka
16.02.14 10:19, Georg Brandl написав(ла): As soon as a patch has been provided and tested, I will make a schedule for 3.3.5 including the fix. Until then, using 3.3.3 is probably the best solution. Then could you please include the fix for #20538 (this bug allows easily crash Python e.g. by

Re: [Python-Dev] Possible major bug with zipimport on Windows in Python 3.3.4

2014-02-16 Thread Terry Reedy
On 2/16/2014 2:52 PM, Serhiy Storchaka wrote: 16.02.14 10:19, Georg Brandl написав(ла): As soon as a patch has been provided and tested, I will make a schedule for 3.3.5 including the fix. Until then, using 3.3.3 is probably the best solution. Then could you please include the fix for #20538

Re: [Python-Dev] Possible major bug with zipimport on Windows in Python 3.3.4

2014-02-16 Thread Georg Brandl
Am 16.02.2014 21:14, schrieb Terry Reedy: On 2/16/2014 2:52 PM, Serhiy Storchaka wrote: 16.02.14 10:19, Georg Brandl написав(ла): As soon as a patch has been provided and tested, I will make a schedule for 3.3.5 including the fix. Until then, using 3.3.3 is probably the best solution. Then

Re: [Python-Dev] Possible major bug with zipimport on Windows in Python 3.3.4

2014-02-15 Thread Paul Moore
On 13 February 2014 20:58, Paul Moore p.f.mo...@gmail.com wrote: On 13 February 2014 20:54, Donald Stufft don...@stufft.io wrote: On Feb 13, 2014, at 3:53 PM, Paul Moore p.f.mo...@gmail.com wrote: Can someone please take a look at http://bugs.python.org/issue20621 for me? It appears that

[Python-Dev] Possible major bug with zipimport on Windows in Python 3.3.4

2014-02-13 Thread Paul Moore
Can someone please take a look at http://bugs.python.org/issue20621 for me? It appears that there is a significant problem with zipimport in 3.3.4. It's causing breakage in virtualenv but I've isolated the issue to what I think is Python itself. Basically, until this bug is fixed, virtualenv

Re: [Python-Dev] Possible major bug with zipimport on Windows in Python 3.3.4

2014-02-13 Thread Paul Moore
On 13 February 2014 20:54, Donald Stufft don...@stufft.io wrote: On Feb 13, 2014, at 3:53 PM, Paul Moore p.f.mo...@gmail.com wrote: Can someone please take a look at http://bugs.python.org/issue20621 for me? It appears that there is a significant problem with zipimport in 3.3.4. It's causing

Re: [Python-Dev] Possible major bug with zipimport on Windows in Python 3.3.4

2014-02-13 Thread Donald Stufft
On Feb 13, 2014, at 3:53 PM, Paul Moore p.f.mo...@gmail.com wrote: Can someone please take a look at http://bugs.python.org/issue20621 for me? It appears that there is a significant problem with zipimport in 3.3.4. It's causing breakage in virtualenv but I've isolated the issue to what I