psyco in the standard distribution

Jp Calderone exarkun at intarweb.us
Sun Mar 23 20:58:14 EST 2003


On Sun, Mar 23, 2003 at 11:17:18PM +0000, Ian McMeans wrote:
> Maybe this has been brought up before, but should pysco be added to the
> standard library once it's mature enough?

  Once it supports more than one platform, maybe.

> 
> I'm sure that before it could be included as part of the standard bytecode
> compiler, people would have to fix it's few flaws (
> http://psyco.sourceforge.net/psycoguide/bugs.html#bugs ). If the flaws
> aren't easily fixable, psyco could probably just detect cases where they
> would occur and use the regular bytecode compiler. (like how the things at
> http://psyco.sourceforge.net/psycoguide/unsupported.html are avoided)
> 
> and I'm sure the speedups would help python's reputation.

  Hmm, I'm not sure about this.  People who say Python is slow are generally
speaking out of ignorance.  Adding Psyco to the standard library won't
educate them, it'll just be one more point for them to be unaware of.

  Jp

-- 
Somewhere, something incredible is waiting to be known.
                -- Carl Sagan
-- 
 up 3 days, 21:59, 3 users, load average: 0.03, 0.10, 0.08





More information about the Python-list mailing list