[Python-Dev] Structural cleanups to the main CPython repo
Nick Coghlan
ncoghlan at gmail.com
Wed May 29 16:28:43 CEST 2013
More information about the Python-Dev mailing list
Wed May 29 16:28:43 CEST 2013
- Previous message: [Python-Dev] Structural cleanups to the main CPython repo
- Next message: [Python-Dev] Structural cleanups to the main CPython repo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Structural cleanups to the main CPython repo
- Next message: [Python-Dev] Structural cleanups to the main CPython repo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list