[Python-Dev] Startup time (original) (raw)

Martin v. L�wis martin@v.loewis.de
06 May 2003 20:27:53 +0200


Alex Martelli <aleax@aleax.it> writes:

in the midst of the imports (just before encodings/init.py): open("/usr/share/locale/locale.alias", ORDONLY) = 3 open("/usr/share/locale/enUS/LCCTYPE", ORDONLY) = 3

That is the effect of nl_langinfo(CODESET).

Regards, Martin