Skip to content

Commit 12e2ad6

Browse files
Apply suggestion from @kumaraditya303
1 parent 16a80f8 commit 12e2ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_bytes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2915,7 +2915,7 @@ def test_free_threading_bytearray_resize(self):
29152915
def resize_stress(ba):
29162916
for _ in range(1000):
29172917
try:
2918-
ba.resize(10_000)
2918+
ba.resize(1000)
29192919
ba.resize(1)
29202920
except (BufferError, ValueError):
29212921
pass

0 commit comments

Comments
 (0)