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 _______________________________________________ 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