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 rhettinger
Recipients BTaskaya, Mark.Shannon, brandtbucher, brett.cannon, eric.snow, gvanrossum, indygreg, larry, lemburg, methane, miss-islington, nascheme, ncoghlan, rhettinger, ronaldoussoren, shihai1991, terry.reedy, vstinner
Date 2021-09-18.04:02:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631937730.88.0.164945148577.issue45020@roundup.psfhosted.org>
In-reply-to
Content
> Raymond, do you think we should also freeze the dependencies
> of runpy (so "python -m <module>" also starts faster)?

Yes, please.  

The '-m' load option can be considered core startup functionality.  It is often the recommended way to launch command line tools outside of a virtual environment.

   python -m pip install some_package
History
Date User Action Args
2021-09-18 04:02:10rhettingersetrecipients: + rhettinger, lemburg, gvanrossum, brett.cannon, nascheme, terry.reedy, ronaldoussoren, ncoghlan, vstinner, larry, methane, Mark.Shannon, eric.snow, indygreg, miss-islington, brandtbucher, BTaskaya, shihai1991
2021-09-18 04:02:10rhettingersetmessageid: <1631937730.88.0.164945148577.issue45020@roundup.psfhosted.org>
2021-09-18 04:02:10rhettingerlinkissue45020 messages
2021-09-18 04:02:10rhettingercreate