[issue30152] Reduce the number of imports for argparse

Antoine Pitrou report at bugs.python.org
Thu Apr 27 12:06:20 EDT 2017


Antoine Pitrou added the comment:

I'd like to vote for a lazy import system that would benefit everyone (many third-party packages are also affected by startup time issues), but I've seen enough handwaving about it along the years that I'm not really hoping any soon.  My own limited attempts at writing one have failed miserably.

In other words, I think Serhiy's proposal is a good concrete improvement over the statu quo.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30152>
_______________________________________


More information about the Python-bugs-list mailing list