]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17223: Add another test to check that _PyUnicode_Ready() rejects
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 5 Mar 2013 23:39:03 +0000 (00:39 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 5 Mar 2013 23:39:03 +0000 (00:39 +0100)
commite5c0533b5887fae64df7bf0d69a307f0a63c77e5
treec92d86dc211f8f51b08cda4cd7eea39d24c957e1
parent87a249c1196bcdc09201f5b3c60ae13ecc62cbe1
Issue #17223: Add another test to check that _PyUnicode_Ready() rejects
code points bigger than U+10ffff
Modules/_testcapimodule.c