Re: [Python-Dev] site.py and the checkout builddir

2008-09-05 Thread Christian Heimes
Benjamin Peterson wrote: 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. Oh, the modules are still shared libraries? That's clearly a mistake. It makes no sense t

Re: [Python-Dev] site.py and the checkout builddir

2008-09-05 Thread Benjamin Peterson
On Fri, Sep 5, 2008 at 4:51 PM, Antoine Pitrou <[EMAIL PROTECTED]> wrote: > Benjamin Peterson 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 >> binar

Re: [Python-Dev] site.py and the checkout builddir

2008-09-05 Thread Antoine Pitrou
Benjamin Peterson 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 _strin