Thanks to visit codestin.com Credit goes to github.com
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.
2 parents a303054 + 2f2dd99 commit 5070c27Copy full SHA for 5070c27
1 file changed
Lib/test/test_ucn.py
@@ -219,7 +219,7 @@ def test_strict_error_handling(self):
219
@unittest.skipUnless(_testcapi.INT_MAX < _testcapi.PY_SSIZE_T_MAX,
220
"needs UINT_MAX < SIZE_MAX")
221
@support.bigmemtest(size=_testcapi.UINT_MAX + 1,
222
- memuse=1 + 1, dry_run=False)
+ memuse=2 + 1, dry_run=False)
223
def test_issue16335(self, size):
224
# very very long bogus character name
225
x = b'\\N{SPACE' + b'x' * (_testcapi.UINT_MAX + 1) + b'}'
0 commit comments