[Python-Dev] site.py and the checkout builddir (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Fri Sep 5 23:51:32 CEST 2008


Benjamin Peterson <musiccomposition gmail.com> writes:

That options as I see it are: 1. Switch the initialization order back to the original (io streams first) and compile bytesio and stringio directly into the Python binary. This is probably the easiest option.

Since io.py imports _bytesio and _stringio, and io.py is always imported at startup, this option sounds harmless.

Regards

Antoine.



More information about the Python-Dev mailing list