summaryrefslogtreecommitdiff
path: root/Python/pylifecycle.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed few compiler warnings.Serhiy Storchaka2015-02-161-1/+1
|
* Closes #22869: Move PyOS_CheckStack back to pythonrun.cZachary Ware2014-11-211-38/+0
|
* Issue #22869: Split pythonrun into two modulesNick Coghlan2014-11-201-0/+1540
- interpreter startup and shutdown code moved to a new pylifecycle.c module - Py_OptimizeFlag moved into the new module with the other global flags