Skip to content
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

bpo-35886: Make PyInterpreterState an opaque type in the public API. #11731

Merged

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Feb 2, 2019

Move PyInterpreterState into the "internal" header files.

This does not impact the stable ABI and the docs indicate that none of the fields are public. Certainly this could break a few folks out there, but we can add public API functions for them as needed.

https://bugs.python.org/issue35886

@ericsnowcurrently ericsnowcurrently changed the title bpo-35886: Move PyInterpreterState into the "internal" header files. bpo-35886: Make PyInterpreterState an opaque type in the public API. Feb 23, 2019
@ericsnowcurrently ericsnowcurrently merged commit be3b295 into python:master Feb 23, 2019
@ericsnowcurrently ericsnowcurrently deleted the internal-interpreter-state branch February 23, 2019 18:35
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.

None yet

3 participants