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 vstinner
Recipients Demur Rumed, abarnert, benjamin.peterson, brett.cannon, georg.brandl, josh.r, ncoghlan, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2016-04-12.16:29:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460478541.92.0.877293529733.issue26647@psf.upfronthosting.co.za>
In-reply-to
Content
module_finder.patch: cleanup (optimize?) modulefinder.ModuleFinder.scan_opcodes_25(): Use an index rather than creating a lot of substrings.

It's unrelated to Wordcode, it's just that I noticed the inefficient code while reviewing the whole patch.
History
Date User Action Args
2016-04-12 16:29:01vstinnersetrecipients: + vstinner, brett.cannon, georg.brandl, rhettinger, ncoghlan, benjamin.peterson, serhiy.storchaka, yselivanov, abarnert, josh.r, Demur Rumed
2016-04-12 16:29:01vstinnersetmessageid: <1460478541.92.0.877293529733.issue26647@psf.upfronthosting.co.za>
2016-04-12 16:29:01vstinnerlinkissue26647 messages
2016-04-12 16:29:01vstinnercreate