There was an error while loading. Please reload this page.
1 parent c8a9982 commit 73d3aa2Copy full SHA for 73d3aa2
1 file changed
Lib/test/test_array.py
@@ -260,9 +260,7 @@ def test_unicode(self):
260
(UTF32_LE, "UTF-32-LE"),
261
(UTF32_BE, "UTF-32-BE")
262
)
263
- # An even and an odd number of code points: the reconstructor's
264
- # slow-path length check used a wrong item size for UTF-16/UTF-32,
265
- # which rejected odd-length input.
+ # An even and an odd length; odd lengths were wrongly rejected.
266
for teststr in ("Bonne Journ\xe9e \U0002030a\U00020347",
267
"Bonne Journ\xe9e \U0002030a\U00020347!"):
268
for testcase in testcases:
0 commit comments