]> granicus.if.org Git - python/commit
Fix memory error in test_ucn.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Jan 2013 10:59:13 +0000 (12:59 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Jan 2013 10:59:13 +0000 (12:59 +0200)
commit3b40b71217d7b73e59495de8cadd8fe1ad7cc6bc
treedce307a51c6e8c43685a7fe75248385f89bd94b9
parent4f5f0e54e07838b29e3a2e043e9c9b12aeecb12f
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