Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772) | Eric Snow | 2017-05-24 | 1 | -3/+5 |
| | | | (patch by Nick Coghlan) | ||||
* | bpo-22257: Small changes for PEP 432. (#1728) | Eric Snow | 2017-05-23 | 1 | -0/+629 |
PEP 432 specifies a number of large changes to interpreter startup code, including exposing a cleaner C-API. The major changes depend on a number of smaller changes. This patch includes all those smaller changes. |