On Fri, Sep 5, 2008 at 4:51 PM, Antoine Pitrou <[EMAIL PROTECTED]> wrote: > 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.
Yeah, the only harm being that the python binary gets a little heftier. (Not a big issue, since 3.0's libpython is half a megabyte less than 2.6's) > > 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/musiccomposition%40gmail.com > -- Cheers, Benjamin Peterson "There's no place like 127.0.0.1." _______________________________________________ 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