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 arigo
Recipients arigo, nascheme, pitrou
Date 2008-03-25.09:18:36
SpamBayes Score 0.008161847
Marked as misclassified No
Message-id <1206436717.82.0.257665082968.issue1251748@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Antoine for the clarification.

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.  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.
History
Date User Action Args
2008-03-25 09:18:38arigosetspambayes_score: 0.00816185 -> 0.008161847
recipients: + arigo, nascheme, pitrou
2008-03-25 09:18:37arigosetspambayes_score: 0.00816185 -> 0.00816185
messageid: <1206436717.82.0.257665082968.issue1251748@psf.upfronthosting.co.za>
2008-03-25 09:18:37arigolinkissue1251748 messages
2008-03-25 09:18:36arigocreate