commit | 4a66615ba736f84eadf9456bfd5d32a94cccf117 | [log] [tgz] |
---|---|---|
author | Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | Fri Feb 11 11:25:08 2022 -0500 |
committer | GitHub <noreply@github.com> | Fri Feb 11 11:25:08 2022 -0500 |
tree | eaabfd163cf9959638ab8165c1b80ee9b5681cc0 | |
parent | 204946986feee7bc80b233350377d24d20fcb1b8 [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.