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 989a253 commit 2a68f77Copy full SHA for 2a68f77
Lib/test/test_exceptions.py
@@ -320,7 +320,7 @@ def baz():
320
321
@support.requires_resource('cpu')
322
@support.bigmemtest(support._2G, memuse=1.5)
323
- def testMemoryErrorBigSource(self):
+ def testMemoryErrorBigSource(self, _size):
324
with self.assertRaises(OverflowError):
325
exec(f"if True:\n {' ' * 2**31}print('hello world')")
326
0 commit comments