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 barry
Recipients barry, ericvw, gwk
Date 2018-06-19.17:54:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529430860.05.0.56676864532.issue33902@psf.upfronthosting.co.za>
In-reply-to
Content
This really isn't enough information to know exactly what's going on in your case, but there are things that are known to be slow for CLI startups.  Probably the biggest contributor is pkg_resources.  Of course, that's a third party library that's popular for handling entry points, so it's not really a Python problem.  There are some other third party libraries on PyPI that may be more performant for you.  Entry point handling is something that I'd like to try to address in 3.8 in a manner similar to importlib.resources.
History
Date User Action Args
2018-06-19 17:54:20barrysetrecipients: + barry, ericvw, gwk
2018-06-19 17:54:20barrysetmessageid: <1529430860.05.0.56676864532.issue33902@psf.upfronthosting.co.za>
2018-06-19 17:54:19barrylinkissue33902 messages
2018-06-19 17:54:19barrycreate