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

Christian Heimes lists at cheimes.de
Sat Sep 6 00:53:16 CEST 2008


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 to have both modules as shared libraries when they are 
loaded on every interpreter startup.

+1 for making them builtin modules.

Christian



More information about the Python-Dev mailing list