]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 11 Feb 2022 20:44:17 +0000 (12:44 -0800)
committerGitHub <noreply@github.com>
Fri, 11 Feb 2022 20:44:17 +0000 (12:44 -0800)
commit1f5fe9962f768c8bfd4ed06a22532d31d3424dc9
tree06adf4d5d7a0beeed6c34f3607074c02b8da9d49
parent8b8673fe940c4ebc4512bff5af180b66def3d1ae
bpo-46615: Don't crash when set operations mutate the sets (GH-31120)

Ensure strong references are acquired whenever using `set_next()`. Added randomized test cases for `__eq__` methods that sometimes mutate sets when called.
(cherry picked from commit 4a66615ba736f84eadf9456bfd5d32a94cccf117)

Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Lib/test/test_set.py
Misc/NEWS.d/next/Core and Builtins/2022-02-04-04-33-18.bpo-46615.puArY9.rst [new file with mode: 0644]
Objects/setobject.c