[Python-Dev] Timing breakdown of Py_InitializeEx_Private()

Antoine Pitrou solipsis at pitrou.net
Wed Apr 16 16:35:06 CEST 2014


On Wed, 16 Apr 2014 09:39:34 +0200
Christian Tismer <tismer at stackless.com> wrote:
> 
> I think in cases like hg command line scripts there is no need
> to import site just for hg scripts.

If you don't import site you won't be able to import Mercurial in most
cases.
Also, talking about "scripts" is a bit silly here - Mercurial is a
full-blown applications with many modules and tens of thousands of
lines of code.

Regards

Antoine.




More information about the Python-Dev mailing list