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 ethan.furman, gregory.p.smith, gvanrossum, ned.deily, python-dev, serhiy.storchaka, terry.reedy, vinay.sajip, vstinner, wolma
Date 2016-11-09.08:49:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478681375.18.0.155777473728.issue28637@psf.upfronthosting.co.za>
In-reply-to
Content
On my computer:

Importing empty module: 160 us
Creating empty class: 30 us
Creating empty function: 0.16 us
Creating empty Enum/IntEnum: 125/150 us
Creating Enum/IntEnum member: 25/27 us
Creating empty namedtuple: 600 us
Creating namedtuple member: 50 us
Importing the itertools module: 40 us
Importing the io module: 900 us
Importing the os module: 1600 us
Importing the functools module: 2100 us
Importing the re module (with all sre submodules): 3300 us
Python startup time: 43000 us
History
Date User Action Args
2016-11-09 08:49:35serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, terry.reedy, gregory.p.smith, vinay.sajip, vstinner, ned.deily, ethan.furman, python-dev, wolma
2016-11-09 08:49:35serhiy.storchakasetmessageid: <1478681375.18.0.155777473728.issue28637@psf.upfronthosting.co.za>
2016-11-09 08:49:35serhiy.storchakalinkissue28637 messages
2016-11-09 08:49:34serhiy.storchakacreate