On Wed, May 29, 2013 at 12:19 PM, Nick Coghlan <ncogh...@gmail.com> wrote: > Anway, I'll come up with some specific patches and put them on the > tracker, starting with moving the source files for the binary > executables and making the simpler pythonrun/lifecycle split. I can > look into splitting lifecycle.c into separate bootstrap and shutdown > translation units after those less controversial changes have been > reviewed (the split may not even be all that practical outside the PEP > 432 branch, since it would involve exposing quite a few currently > static variables to the linker).
I started with the simplest part, adding a new Programs directory: http://bugs.python.org/issue18093 Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ 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