We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49cff07 commit 81d4672Copy full SHA for 81d4672
Lib/test/test_collections.py
@@ -2136,8 +2136,6 @@ def test_basics(self):
2136
self.assertEqual(c['e'], 5)
2137
2138
def test_update_reentrant_add_clears_counter(self):
2139
- # Thanks for the clarification. You’re right that Python guarantees subclass identity for Evil(),
2140
- # so the explicit __new__ was unnecessary. I’ve simplified the test accordingly.
2141
c = Counter()
2142
key = object()
2143
0 commit comments