From: Serhiy Storchaka Date: Mon, 21 Jan 2013 11:00:11 +0000 (+0200) Subject: Fix memory error in test_ucn. X-Git-Tag: v3.3.1rc1~321 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85da624ebebb09aa5501861e2b25b7f16bfcb620;p=thirdparty%2FPython%2Fcpython.git Fix memory error in test_ucn. unicode-escape decoder requires memory for result corresponding to input size. Fixes test for issue #16335. --- 85da624ebebb09aa5501861e2b25b7f16bfcb620