| 1859 | return 0 |
| 1860 | |
| 1861 | class bad_dict_clear: |
| 1862 | def __eq__(self, other): |
| 1863 | if be_bad: |
| 1864 | dict2.clear() |
| 1865 | return self is other |
| 1866 | def __hash__(self): |
| 1867 | return 0 |
| 1868 | |
| 1869 | class TestWeirdBugs(unittest.TestCase): |
| 1870 | def test_8420_set_merge(self): |
no outgoing calls
searching dependent graphs…