[pypy-dev] python 3

Maciej Fijalkowski fijall at gmail.com
Thu Aug 18 10:10:00 CEST 2011


On Thu, Aug 18, 2011 at 2:13 AM, Eli Stevens (Gmail)
<wickedgrey at gmail.com> wrote:
> On Wed, Aug 17, 2011 at 4:01 PM, Yury Selivanov <yselivanov.ml at gmail.com> wrote:
>> +1 to the question.  Why can't it be that way?
>
> If by "that way" you mean "leave python 2.x behind post 1.6" I'd like
> to note that IMO pypy has been under-acknowledged by the wider python
> community for a very long time.  That's finally starting to change
> (pypy production releases, cpython devs devoting resources to make
> alternate implementations not second-class citizens, etc.), but by
> abandoning the segment of the language with the largest userbase, the
> project would go back to niche status again.  Yeah, doing so might
> position pypy well to become the default python 3 implementation, but
> I find it hard to imagine that tacking on another N years until pypy
> is a significant percentage of python deployments is going to be good
> for the project.
>
> My $0.02,
> Eli

Just to answer some questions:

There is no way we're leaving python 2 support for the forseeable
future. It's all constructed precisely for the reason so JIT
improvements will benefit every interpreter written in RPython, not
just a specific one. In either of scenarios presented above, new
releases will include both py 3.x and 2.7 as release targets.

Cheers,
fijal


More information about the pypy-dev mailing list