We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c3392 commit b4efa9fCopy full SHA for b4efa9f
Lib/test/test_exceptions.py
@@ -323,7 +323,7 @@ def baz():
323
"INT_MAX is bigger than Py_ssize_t, so this is unreachable")
324
@support.requires_resource('cpu')
325
@support.bigmemtest(support._2G, memuse=1.5)
326
- def testMemoryErrorBigSource(self):
+ def testMemoryErrorBigSource(self, _size):
327
# the line length needs to be more than INT_MAX, but we can't
328
# multiple a sequence by a number that doesn't fit Py_ssize_t,
329
# otherwise we will get an OverflowError (see PySequence_Repeat)
0 commit comments