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 berker.peksag, bethard, christian.heimes, paul.j3, pitrou, rhettinger, serhiy.storchaka, terry.reedy, vstinner, wolma, yan12125
Date 2017-09-24.00:03:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506211398.03.0.365741301974.issue30152@psf.upfronthosting.co.za>
In-reply-to
Content
On my new laptop 100 runs are sped up from 2.357 sec to 2.094 sec (by 13%). Got rid of importing 6 modules: _struct, collections.abc, copy, struct, textwrap, warnings.

Getting rid of importing errno leads to rewriting of os._execvpe() which looks less trivial. I leave this for separate PR.
History
Date User Action Args
2017-09-24 00:03:18serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, pitrou, bethard, vstinner, christian.heimes, berker.peksag, paul.j3, wolma, yan12125
2017-09-24 00:03:18serhiy.storchakasetmessageid: <1506211398.03.0.365741301974.issue30152@psf.upfronthosting.co.za>
2017-09-24 00:03:17serhiy.storchakalinkissue30152 messages
2017-09-24 00:03:17serhiy.storchakacreate