Skip to content

Commit 81d4672

Browse files
Apply suggestion from @serhiy-storchaka
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 49cff07 commit 81d4672

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_collections.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2136,8 +2136,6 @@ def test_basics(self):
21362136
self.assertEqual(c['e'], 5)
21372137

21382138
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.
21412139
c = Counter()
21422140
key = object()
21432141

0 commit comments

Comments
 (0)