Python dynamic attribute creation

Chris Rebert clp2 at rebertia.com
Sat Jun 26 21:35:25 EDT 2010


On Sat, Jun 26, 2010 at 6:06 PM, Steven D'Aprano
<steve at remove-this-cybersource.com.au> wrote:
<snip>
> CPython is a fairly plodding implementation. But that's due to the
> conservativeness of CPython: Unladen Swallow is faster, and PyPI is
> faster still, and the PyPI people expect to eventually be competitive
> with C for speed.

PyPy (http://pypy.org/), *not* PyPI (http://pypi.python.org/pypi).
You're confusing a package index with a self-hosting interpreter; darn
typos, eh?

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list