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 pitrou
Recipients alexandre.vassalotti, brett.cannon, georg.brandl, kbengine, pitrou, vstinner
Date 2014-10-21.07:20:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413876056.61.0.341476839452.issue22676@psf.upfronthosting.co.za>
In-reply-to
Content
There's no doubt that whichmodule() has grown more complex since 3.2. We probably cannot eliminate the O(<number of modules>) component, but could at least make it faster.
History
Date User Action Args
2014-10-21 07:20:56pitrousetrecipients: + pitrou, brett.cannon, georg.brandl, vstinner, alexandre.vassalotti, kbengine
2014-10-21 07:20:56pitrousetmessageid: <1413876056.61.0.341476839452.issue22676@psf.upfronthosting.co.za>
2014-10-21 07:20:56pitroulinkissue22676 messages
2014-10-21 07:20:56pitroucreate