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