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] bpo-38610: Fix possible crashes in several list methods (GH-17022) #17759

Merged
merged 1 commit into from Dec 30, 2019

Conversation

@pablogsal
Copy link
Member

pablogsal commented Dec 30, 2019

Hold strong references to list elements while calling PyObject_RichCompareBool()..
(cherry picked from commit d9e561d)

Co-authored-by: Zackery Spytz zspytz@gmail.com

https://bugs.python.org/issue38610

Hold strong references to list elements while calling PyObject_RichCompareBool()..
(cherry picked from commit d9e561d)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@pablogsal pablogsal merged commit 296d45e into python:3.7 Dec 30, 2019
5 checks passed
5 checks passed
Azure Pipelines PR #20191230.28 succeeded
Details
bedevere/issue-number Issue number 38610 found
Details
bedevere/maintenance-branch-pr Valid maintenance branch PR title.
bedevere/news News entry found in Misc/NEWS.d
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@pablogsal pablogsal deleted the pablogsal:backport-d9e561d-3.7 branch Dec 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
You can’t perform that action at this time.