[Python-Dev] Structural cleanups to the main CPython repo (original) (raw)

Nick Coghlan ncoghlan at gmail.com
Wed May 29 16:28:43 CEST 2013


On Wed, May 29, 2013 at 12:19 PM, Nick Coghlan <ncoghlan at 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 | ncoghlan at gmail.com | Brisbane, Australia



More information about the Python-Dev mailing list