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 serhiy.storchaka, vstinner
Date 2016-05-04.12:48:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462366096.99.0.505486204929.issue26948@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch simplifies PyImport_ImportModuleLevelObject to avoid the temporary tuple created by str.partition/rpartition(). I don't expect any difference on the performance, it's more to cleanup the code.
History
Date User Action Args
2016-05-04 12:48:17vstinnersetrecipients: + vstinner, serhiy.storchaka
2016-05-04 12:48:16vstinnersetmessageid: <1462366096.99.0.505486204929.issue26948@psf.upfronthosting.co.za>
2016-05-04 12:48:16vstinnerlinkissue26948 messages
2016-05-04 12:48:16vstinnercreate