Benjamin Peterson <musiccomposition <at> 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. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com