Python dynamic attribute creation
Steven D'Aprano
steve at REMOVE-THIS-cybersource.com.au
Sat Jun 26 21:48:29 EDT 2010
On Sat, 26 Jun 2010 18:35:25 -0700, Chris Rebert wrote:
> 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?
Damn news client, it should force me to write:
set_language_name('PyPy')
to catch these sorts of errors and reduce the need for me to proof-read
my posts!
*wink*
--
Steven
More information about the Python-list
mailing list