Getting references to objects without incrementing reference counters

Jean-Paul Calderone calderone.jeanpaul at gmail.com
Mon Nov 15 11:28:52 EST 2010


On Nov 15, 10:42 am, de... at web.de (Diez B. Roggisch) wrote:
> And circumvene a great deal of the dynamic features in python
> (which you don't need for this usecase, but still are there)
>

Great as the features might be, when you don't need them, it's clearly
a bad thing to have them drag you down.  Fortunately the PyPy team is
making great progress in implementing a runtime that transparently
sheds
those dynamic features when running a program that doesn't take
advantage
of them.

Jean-Paul



More information about the Python-list mailing list