]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix memory error in test_ucn.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Jan 2013 11:03:58 +0000 (13:03 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Jan 2013 11:03:58 +0000 (13:03 +0200)
commitb1ecf80e04f497ee6bbdef0728389e256726036c
treeb54f7deaf928c9d860355b0a2c7d289a6281a739
parent4d70e583ab442930d6e2e1757274aadf37112868
Fix memory error in test_ucn.
unicode-escape decoder requires memory for result corresponding to input size.
Fixes test for issue #16335.
Lib/test/test_ucn.py