From: Victor Stinner Date: Mon, 25 Feb 2013 23:27:56 +0000 (+0100) Subject: (Merge 3.3) Issue #17223: array module: Fix a crasher when converting an array X-Git-Tag: v3.4.0a1~1316 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25c3053a4f65fecaa7dfcabdbd7627a425d1a812;p=thirdparty%2FPython%2Fcpython.git (Merge 3.3) Issue #17223: array module: Fix a crasher when converting an array containing invalid characters (outside range [U+0000; U+10ffff]) to Unicode: repr(array), str(array) and array.tounicode(). Patch written by Manuel Jacob. --- 25c3053a4f65fecaa7dfcabdbd7627a425d1a812