bpo-30860: Consolidate stateful runtime globals.#3397
Merged
ericsnowcurrently merged 94 commits intopython:masterfrom Sep 8, 2017
Merged
bpo-30860: Consolidate stateful runtime globals.#3397ericsnowcurrently merged 94 commits intopython:masterfrom
ericsnowcurrently merged 94 commits intopython:masterfrom
Conversation
benjaminp
reviewed
Sep 6, 2017
Include/ceval.h
Outdated
Contributor
There was a problem hiding this comment.
This is in the stable API, no?
Member
Author
There was a problem hiding this comment.
:( I'm going to revert the _Py_CheckRecursionLimit part of the change for now and circle back after this patch lands.
Include/internal/ceval.h
Outdated
Contributor
There was a problem hiding this comment.
These sorts of includes should probably be quoted and qualified "internal/ceval.h".
Python/pystate.c
Outdated
Contributor
There was a problem hiding this comment.
Empty initializers aren't standard. You should probably just memset it to 0.
Parser/pgenmain.c
Outdated
Contributor
There was a problem hiding this comment.
ditto on empty initializer list
feb5752 to
632e760
Compare
6bc2c67 to
1c85e28
Compare
ncoghlan
approved these changes
Sep 7, 2017
8f47c44 to
73f8ef1
Compare
73f8ef1 to
f1f10ff
Compare
ma8ma
added a commit
to ma8ma/cpython
that referenced
this pull request
Sep 9, 2017
Resolve conflicts: 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (python#3397)
ericsnowcurrently
added a commit
that referenced
this pull request
Sep 12, 2017
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.
(trying again; see #2594)
Other globals are excluded (see globals.txt and check-c-globals.py).
https://bugs.python.org/issue30860