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 52f35d8 commit d3e5689Copy full SHA for d3e5689
Lib/test/test_ssl.py
@@ -2997,7 +2997,8 @@ def test_echo(self):
2997
str(e.exception))
2998
2999
@unittest.skipUnless(support.Py_GIL_DISABLED, "test is only useful if the GIL is disabled")
3000
- def test_ssl_in_multiple_threads(self):
+ @support.bigmemtest(size=12 * 2**30, memuse=1, dry_run=False)
3001
+ def test_ssl_in_multiple_threads(self, size):
3002
# See GH-124984: OpenSSL is not thread safe.
3003
self.enterContext(
3004
support.swap_item(globals(), 'USE_SAME_TEST_CONTEXT', True))
0 commit comments