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 rhettinger
Recipients Kwpolska, docs@python, lemburg, leovp, rhettinger, serhiy.storchaka, steven.daprano, vstinner
Date 2017-03-05.19:09:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488740952.39.0.277342389034.issue29724@psf.upfronthosting.co.za>
In-reply-to
Content
Additional note:  For folks interested in performance, it is common for people not to realize that function call overhead can dominate their timings (see this recent SO question as a recent, but typical example http://stackoverflow.com/questions/41772054 ).

In any case, the note needs to remain because people commonly move these recipes into production code and need to be warned that basic optimizations were skipped.  This is important in a module where improved performance is one of the primary goals.
History
Date User Action Args
2017-03-05 19:09:12rhettingersetrecipients: + rhettinger, lemburg, vstinner, steven.daprano, docs@python, serhiy.storchaka, Kwpolska, leovp
2017-03-05 19:09:12rhettingersetmessageid: <1488740952.39.0.277342389034.issue29724@psf.upfronthosting.co.za>
2017-03-05 19:09:12rhettingerlinkissue29724 messages
2017-03-05 19:09:12rhettingercreate