This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nascheme
Recipients arigo, nascheme, pitrou
Date 2008-03-25.16:37:55
SpamBayes Score 0.016280932
Marked as misclassified No
Message-id <20080325163752.GB16219@arctrix.com>
In-reply-to <1206436717.82.0.257665082968.issue1251748@psf.upfronthosting.co.za>
Content
On Tue, Mar 25, 2008 at 09:18:38AM +0000, Armin Rigo wrote:
> The situation is that by now PyPy has found many many more bugs in
> trying to use the compiler package to run the whole stdlib and
> real-world applications.  What I can propose is to extract what we have
> got and put it back into CPython's stdlib, keeping the current
> documented API.

I'm not sure it can go back into the stdlib since there doesn't seem
to be enough energy available to keep it up-to-date with the Python
release schedule.  I would like to make it available as an add-on
package.

> This will require a little bit of work (e.g. first
> finishing to add all new 2.5 and 2.6 features into PyPy's compiler)
> but IMHO it's more worthwhile than going through the process of
> rediscovering and fixing all the current bugs one by one.

Indeed it would make no sense to redo that work.  Can the version in
the PyPy tree be used as a direct replacement for the stdlib version
or does it need some changes?  You had mentioned being able to
produce a patch against the stdlib version.  Is that easy or would
it be better just to take the PyPy version and package it up.

  Neil
History
Date User Action Args
2008-03-25 16:37:57naschemesetspambayes_score: 0.0162809 -> 0.016280932
recipients: + nascheme, arigo, pitrou
2008-03-25 16:37:57naschemelinkissue1251748 messages
2008-03-25 16:37:55naschemecreate