bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API#14634
Merged
markshannon merged 1 commit intoSep 12, 2019
python:masterpython/cpython:masterfrom
ZackerySpytz:bpo-21120-PyArena-limited-API-astZackerySpytz/cpython:bpo-21120-PyArena-limited-API-astCopy head branch name to clipboard
Merged
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API#14634markshannon merged 1 commit intopython:masterpython/cpython:masterfrom ZackerySpytz:bpo-21120-PyArena-limited-API-astZackerySpytz/cpython:bpo-21120-PyArena-limited-API-astCopy head branch name to clipboard
markshannon merged 1 commit into
python:masterpython/cpython:masterfrom
ZackerySpytz:bpo-21120-PyArena-limited-API-astZackerySpytz/cpython:bpo-21120-PyArena-limited-API-astCopy head branch name to clipboard
Conversation
The PyArena type is not part of the limited API, so these headers shouldn't be part of it either.
jdemeyer
approved these changes
Jul 7, 2019
jdemeyer
left a comment
Contributor
There was a problem hiding this comment.
This is really just documenting what's already the case (this functionality is already not part of the limited API by PEP 384), so looks good to me.
|
@markshannon: Please replace |
DinoV
pushed a commit
to DinoV/cpython
that referenced
this pull request
Sep 12, 2019
python#14634) The PyArena type is not part of the limited API, so these headers shouldn't be part of it either.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The PyArena type is not part of the limited API, so these headers
shouldn't be part of it either.
https://bugs.python.org/issue21120