]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyUnicode_FromKindAndData() raises a ValueError if the kind is unknown
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 1 Oct 2011 21:48:37 +0000 (23:48 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 1 Oct 2011 21:48:37 +0000 (23:48 +0200)
commit202b62bd90936c32289a20e5ca2fa20fd23c70cb
treeae59541011ee9786a94379e40da2e9f67a724880
parent1d30db459d0c0c084813693740295ad6fce2c175
PyUnicode_FromKindAndData() raises a ValueError if the kind is unknown
Objects/unicodeobject.c