Skip to content

bpo-22257: Small changes for PEP 432. #1728

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 23, 2017

Conversation

ericsnowcurrently
Copy link
Member

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. (The commits here each stand on their own so I'd rather the PR not be squashed.)

Note that regardless of the status of the PEP, the changes proposed by the PEP are an improvement to interpreter startup. As such we are making the changes, but keeping the C-API provisional.

@ericsnowcurrently ericsnowcurrently changed the title Small changes for PEP 432. bpo-22257: Small changes for PEP 432. May 22, 2017
@ericsnowcurrently
Copy link
Member Author

@zooba

@zooba
Copy link
Member

zooba commented May 22, 2017

Run PCBuild/fix_encoding.py to remove the BOM changes in that directory, but otherwise LGTM.

@ericsnowcurrently
Copy link
Member Author

FYI: the travis failures are due to using the -W flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants