commit | d600951748d7a19cdb3e58a376c51ed804b630e6 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Thu Nov 20 21:39:37 2014 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Thu Nov 20 21:39:37 2014 +1000 |
tree | c28038ac0a6f2dbab55ceee1217ab8efb61cd64d | |
parent | 66fb349d6ca325f54f2f89986146ddb8f3bcbef4 [diff] |
Issue #22869: Split pythonrun into two modules - interpreter startup and shutdown code moved to a new pylifecycle.c module - Py_OptimizeFlag moved into the new module with the other global flags