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 48c50bf commit 2f2dd99Copy full SHA for 2f2dd99
Lib/test/test_ucn.py
@@ -145,7 +145,7 @@ def test_strict_error_handling(self):
145
@unittest.skipUnless(_testcapi.INT_MAX < _testcapi.PY_SSIZE_T_MAX,
146
"needs UINT_MAX < SIZE_MAX")
147
@support.bigmemtest(size=_testcapi.UINT_MAX + 1,
148
- memuse=1 + 4 // len('\U00010000'), dry_run=False)
+ memuse=2 + 4 // len('\U00010000'), dry_run=False)
149
def test_issue16335(self, size):
150
# very very long bogus character name
151
x = b'\\N{SPACE' + b'x' * (_testcapi.UINT_MAX + 1) + b'}'
0 commit comments