...snip

> IMHO, taking modules that currently only have a C implementation due to
> performance constraints and rewriting them in Cython is a much more
> worthwhile thing to do than adding an alternative pure Python implementation
> that other Python runtimes wouldn't use anyway. And at least IronPython
> could soon benefit directly from a Cython implementation as well.
>
> Stefan

The other python implementation expressed serious interest, and are
willing to help support a shared standard library, and shared modules.
So saying they "won't use them anyway" may apply to things such as the
io module, but is far from the truth for the entire standard library.

You're also asking that we depend on Cython within core, which while
it has it's benefits, I think warrants a PEP and a working
implementation to show the potential speedups you're talking about
before we can agree to include it/depend on it.

jesse
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to