Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Review addressed
  • Loading branch information
efimov-mikhail committed Oct 18, 2025
commit e375d2fb9f20fab199ec8d59c669da81b8552c55
2 changes: 1 addition & 1 deletion Lib/test/test_gc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,7 @@ def test_indirect_calls_with_gc_disabled(self):
gc.enable()

# Ensure that setting *threshold0* to zero disables collection.
@gc_threshold(0, 0, 0)
@gc_threshold(0)
def test_threshold_zero(self):
junk = []
i = 0
Expand Down
Loading