Skip to content

Commit b4efa9f

Browse files
committed
add _size arg that got lost in the merge
Signed-off-by: Filipe Laíns <[email protected]>
1 parent 45c3392 commit b4efa9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def baz():
323323
"INT_MAX is bigger than Py_ssize_t, so this is unreachable")
324324
@support.requires_resource('cpu')
325325
@support.bigmemtest(support._2G, memuse=1.5)
326-
def testMemoryErrorBigSource(self):
326+
def testMemoryErrorBigSource(self, _size):
327327
# the line length needs to be more than INT_MAX, but we can't
328328
# multiple a sequence by a number that doesn't fit Py_ssize_t,
329329
# otherwise we will get an OverflowError (see PySequence_Repeat)

0 commit comments

Comments
 (0)