]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyUnicode_FromWideChar() and PyUnicode_FromUnicode() raise a ValueError if a
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 8 Dec 2011 21:14:11 +0000 (22:14 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 8 Dec 2011 21:14:11 +0000 (22:14 +0100)
commit8faf8216e42d78d53e92e3f3035384ecfa809d12
tree8ae3f0e2a3ffaf073684893eacd6a04651357278
parentbc9f0c68f5fc2376817206354833af101985e3e2
PyUnicode_FromWideChar() and PyUnicode_FromUnicode() raise a ValueError if a
character in not in range [U+0000; U+10ffff].
Objects/unicodeobject.c