diff --git a/Lib/test/test_ucn.py b/Lib/test/test_ucn.py index dc3d8de300c..59bde7475ae 100644 --- a/Lib/test/test_ucn.py +++ b/Lib/test/test_ucn.py @@ -219,7 +219,7 @@ class UnicodeNamesTest(unittest.TestCase): @unittest.skipUnless(_testcapi.INT_MAX < _testcapi.PY_SSIZE_T_MAX, "needs UINT_MAX < SIZE_MAX") @support.bigmemtest(size=_testcapi.UINT_MAX + 1, - memuse=1 + 1, dry_run=False) + memuse=2 + 1, dry_run=False) def test_issue16335(self, size): # very very long bogus character name x = b'\\N{SPACE' + b'x' * (_testcapi.UINT_MAX + 1) + b'}'