commit | 6b4be195cd8868b76eb6fbe166acc39beee8ce36 | [log] [tgz] |
---|---|---|
author | Eric Snow <ericsnowcurrently@gmail.com> | Mon May 22 21:36:03 2017 -0700 |
committer | GitHub <noreply@github.com> | Mon May 22 21:36:03 2017 -0700 |
tree | bbab44fad32c576b9eb7e4b83368e200adc33f00 | |
parent | f9169ce6b48c7cc7cc62d9eb5e4ee1ac7066d14b [diff] |
bpo-22257: Small changes for PEP 432. (#1728) 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.