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

[3.7] closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) #16009

Merged
merged 1 commit into from Sep 12, 2019

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 11, 2019

The >=, checking whether a module index was in already in the module-by-index list, needed to be strict.

Also, fold nested ifs into one and fix some bad spacing.
(cherry picked from commit 39de95b)

Co-authored-by: Benjamin Peterson benjamin@python.org

https://bugs.python.org/issue38124

)

The >=, checking whether a module index was in already in the module-by-index list, needed to be strict.

Also, fold nested ifs into one and fix some bad spacing.
(cherry picked from commit 39de95b)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
@miss-islington
Copy link
Contributor Author

miss-islington commented Sep 12, 2019

@benjaminp: Status check is done, and it's a success .

@miss-islington miss-islington merged commit 8892a1d into python:3.7 Sep 12, 2019
@miss-islington miss-islington deleted the backport-39de95b-3.7 branch Sep 12, 2019
@miss-islington
Copy link
Contributor Author

miss-islington commented Sep 12, 2019

@benjaminp: Status check is done, and it's a success .

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

4 participants