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 serhiy.storchaka
Recipients brett.cannon, eric.smith, eric.snow, ncoghlan, pitrou, serhiy.storchaka, vstinner
Date 2016-06-27.20:18:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467058737.93.0.292269459227.issue22557@psf.upfronthosting.co.za>
In-reply-to
Content
faster_import_pkg.patch optimizes also an import of names with dots.

$ ./python -m timeit 'import os.path'
Unpatched:                100000 loops, best of 3: 2.08 usec per loop
faster_import_5.patch:    1000000 loops, best of 3: 1.79 usec per loop
faster_import_pkg.patch:  1000000 loops, best of 3: 0.474 usec per loop
History
Date User Action Args
2016-06-27 20:18:58serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, pitrou, vstinner, eric.smith, eric.snow
2016-06-27 20:18:57serhiy.storchakasetmessageid: <1467058737.93.0.292269459227.issue22557@psf.upfronthosting.co.za>
2016-06-27 20:18:57serhiy.storchakalinkissue22557 messages
2016-06-27 20:18:57serhiy.storchakacreate