commit | 1f5fe9962f768c8bfd4ed06a22532d31d3424dc9 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Feb 11 12:44:17 2022 -0800 |
committer | GitHub <noreply@github.com> | Fri Feb 11 12:44:17 2022 -0800 |
tree | 06adf4d5d7a0beeed6c34f3607074c02b8da9d49 | |
parent | 8b8673fe940c4ebc4512bff5af180b66def3d1ae [diff] |
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>