]> granicus.if.org Git - python/commit
Issue #17223: Fix PyUnicode_FromUnicode() for string of 1 character outside
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 25 Feb 2013 23:15:54 +0000 (00:15 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 25 Feb 2013 23:15:54 +0000 (00:15 +0100)
commitd21b58c05d5e187bb736dc913da6ddefd9c9d8b3
tree2f8366bb62e795294173cbe6a03c654f6155a046
parentf8cf59e8aa1a1657e5255504c847f52ec621aac5
Issue #17223: Fix PyUnicode_FromUnicode() for string of 1 character outside
the range U+0000-U+10ffff.
Misc/NEWS
Objects/unicodeobject.c