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 shihai1991
Recipients serhiy.storchaka, shihai1991, vstinner
Date 2020-04-19.16:25:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587313528.8.0.422013076175.issue40275@roundup.psfhosted.org>
In-reply-to
Content
> I used -X importtime.
copy that, thanks.

In master branch:
import time:      5011 |     133562 | test.support

After apply serhiy's patches:
import time:      4863 |      66940 | test.support
History
Date User Action Args
2020-04-19 16:25:28shihai1991setrecipients: + shihai1991, vstinner, serhiy.storchaka
2020-04-19 16:25:28shihai1991setmessageid: <1587313528.8.0.422013076175.issue40275@roundup.psfhosted.org>
2020-04-19 16:25:28shihai1991linkissue40275 messages
2020-04-19 16:25:28shihai1991create