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