Re: [pypy-dev] PyPy 1.7 coming

2011-10-08 Thread Timo Paulssen
On 08.10.2011 23:06, Maciej Fijalkowski wrote: > Hi > > I would like to start thinking about PyPy 1.7 and I volunteer for > being a release manager. It seems modulo few failing tests we're > generally in a good shape. Things I would like to get into. > > * my json improvements branch > * justin's

Re: [pypy-dev] PyPy 1.7 coming

2011-10-08 Thread Maciej Fijalkowski
On Sun, Oct 9, 2011 at 12:25 AM, wrote: > On 09:06 pm, fij...@gmail.com wrote: >> >> Hi >> >> I would like to start thinking about PyPy 1.7 and I volunteer for >> being a release manager. It seems modulo few failing tests we're >> generally in a good shape. Things I would like to get into. >> >>

Re: [pypy-dev] PyPy 1.7 coming

2011-10-08 Thread exarkun
On 09:06 pm, fij...@gmail.com wrote: Hi I would like to start thinking about PyPy 1.7 and I volunteer for being a release manager. It seems modulo few failing tests we're generally in a good shape. Things I would like to get into. * my json improvements branch * justin's memory pressure branch

[pypy-dev] PyPy 1.7 coming

2011-10-08 Thread Maciej Fijalkowski
Hi I would like to start thinking about PyPy 1.7 and I volunteer for being a release manager. It seems modulo few failing tests we're generally in a good shape. Things I would like to get into. * my json improvements branch * justin's memory pressure branch that will hopefully fix "leak" in torna

Re: [pypy-dev] strange error in urlunparse

2011-10-08 Thread Armin Rigo
Hi Max, On Sat, Oct 8, 2011 at 16:05, Max Lavrenov wrote: > http://paste.pocoo.org/show/489392/ Bah. It's because you have in your path a command called just "python" that runs python 3. I will try to fix that. Armin. ___ pypy-dev mailing list pypy

Re: [pypy-dev] strange error in urlunparse

2011-10-08 Thread Max Lavrenov
Hello Maciej Thanks to fix it so fast. Unfortunately when i tried building pypy from trunk i got error http://paste.pocoo.org/show/489392/ Best wishes, Max On Fri, Oct 7, 2011 at 22:02, Maciej Fijalkowski wrote: > On Fri, Oct 7, 2011 at 12:24 PM, Max Lavrenov > wrote: > > Hello all > > > > I'

Re: [pypy-dev] Benchmarking PyPy performance on real-world Django app

2011-10-08 Thread Igor Katson
On 10/08/2011 01:49 PM, Serhat Sevki Dincer wrote: My favorite pypy version is 46768: It passes its own tests + It runs Django 1.3.1 :P Igor, did you try this version by any chance? Well, mine versions run without problems, and I've tried the latest trunk, just this memory bug is present. So I

Re: [pypy-dev] Benchmarking PyPy performance on real-world Django app

2011-10-08 Thread Ian P. Cooke
On Oct 07, 2011, at 11:50 , Maciej Fijalkowski wrote: > On Fri, Oct 7, 2011 at 1:33 PM, Igor Katson wrote: >> [...] >> Though, the need to load the page 500 times after each server reload is not >> comfortable. > [...] > I've heard people using gunicorn. Maybe this is a good try? Loading > the p

Re: [pypy-dev] Benchmarking PyPy performance on real-world Django app

2011-10-08 Thread Serhat Sevki Dincer
My favorite pypy version is 46768: It passes its own tests + It runs Django 1.3.1 :P Igor, did you try this version by any chance? ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Bugs in using `easy_install` in PyPy 1.6 on Windows

2011-10-08 Thread Maciej Fijalkowski
On Sat, Oct 8, 2011 at 11:20 AM, Ilya Osadchiy wrote: > On Thu, Oct 6, 2011 at 3:37 PM, Amaury Forgeot d'Arc > wrote: >> I don't think there are tests for an "installed" interpreter at the moment. > > Perhaps some [separate] tests on "installed" pypy should be added. > `easy_install` and friends

Re: [pypy-dev] Bugs in using `easy_install` in PyPy 1.6 on Windows

2011-10-08 Thread Ilya Osadchiy
On Thu, Oct 6, 2011 at 3:37 PM, Amaury Forgeot d'Arc wrote: > I don't think there are tests for an "installed" interpreter at the moment. Perhaps some [separate] tests on "installed" pypy should be added. `easy_install` and friends are rather critical for usability. __