This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doerwalter
Recipients
Date 2006-11-27.18:11:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
According to http://coverage.livinglogic.de/Objects/typeobject.c.html the code in typeobject.c::slot_nb_nonzero() (for the 2.6 version) gets executed ca. 270000 time during the run of the test suite (compared to e.g. 5700000000 (5.7e9) for the most executed code in ceval.c). So I don't think that performance optimization is *that* critical.
History
Date User Action Args
2007-08-23 15:55:24adminlinkissue1600346 messages
2007-08-23 15:55:24admincreate