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-38610: Fix possible crashes in several list methods #17022
bpo-38610: Fix possible crashes in several list methods #17022
Conversation
Hold strong references to list elements while calling PyObject_RichCompareBool().
|
Thanks @ZackerySpytz for the PR, and @pablogsal for merging it |
|
Thanks @ZackerySpytz for the quick fix! |
|
GH-17758 is a backport of this pull request to the 3.8 branch. |
|
Sorry, @ZackerySpytz and @pablogsal, I could not cleanly backport this to |
|
GH-17759 is a backport of this pull request to the 3.7 branch. |
Hold strong references to list elements while calling PyObject_RichCompareBool().
Hold strong references to list elements while calling PyObject_RichCompareBool().
Hold strong references to list elements while calling
PyObject_RichCompareBool().
https://bugs.python.org/issue38610