Skip to content

Commit e375d2f

Browse files
Review addressed
1 parent 5b1f721 commit e375d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_gc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ def test_indirect_calls_with_gc_disabled(self):
15601560
gc.enable()
15611561

15621562
# Ensure that setting *threshold0* to zero disables collection.
1563-
@gc_threshold(0, 0, 0)
1563+
@gc_threshold(0)
15641564
def test_threshold_zero(self):
15651565
junk = []
15661566
i = 0

0 commit comments

Comments
 (0)