]> granicus.if.org Git - python/commit
Fix memory error in test_ucn.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Jan 2013 11:00:11 +0000 (13:00 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Jan 2013 11:00:11 +0000 (13:00 +0200)
commit85da624ebebb09aa5501861e2b25b7f16bfcb620
tree6864da185a6cc67cd3a38f3edb9c10f229bad9bc
parentc35f3a9f619d0d4abd43d16ddc4767e2a30c3dce
parent3b40b71217d7b73e59495de8cadd8fe1ad7cc6bc
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