[issue33902] entry_points/console_scripts is too slow

Barry A. Warsaw report at bugs.python.org
Tue Jun 19 13:54:20 EDT 2018


Barry A. Warsaw <barry at python.org> added the comment:

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.

----------
nosy: +barry

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33902>
_______________________________________


More information about the Python-bugs-list mailing list