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 eric.snow
Recipients Aaron Hall, barry, brett.cannon, eric.snow, levkivskyi, serhiy.storchaka, vstinner, yselivanov
Date 2017-09-04.18:10:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504548624.97.0.0425465095427.issue31333@psf.upfronthosting.co.za>
In-reply-to
Content
> This mostly influences the Python interpreter start-up time
> (because of extensive use of ABCs in importlib)

Just to be clear, the only ABCs in importlib are in importlib.abc (and used by importlib.util).  This does not impact interpreter startup.
History
Date User Action Args
2017-09-04 18:10:25eric.snowsetrecipients: + eric.snow, barry, brett.cannon, vstinner, serhiy.storchaka, yselivanov, levkivskyi, Aaron Hall
2017-09-04 18:10:24eric.snowsetmessageid: <1504548624.97.0.0425465095427.issue31333@psf.upfronthosting.co.za>
2017-09-04 18:10:24eric.snowlinkissue31333 messages
2017-09-04 18:10:24eric.snowcreate