]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyUnicode_AsUnicodeCopy() now checks if PyUnicode_AsUnicode() failed
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 11 Oct 2011 20:12:48 +0000 (22:12 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 11 Oct 2011 20:12:48 +0000 (22:12 +0200)
commit577db2c9f0679df3762783a0e80a2e85f23ef562
tree3422322aa38c72e0da6c4e0e78e3b904b022324d
parentd9c0631d7782de78ee5dd779112abecee37e55e8
PyUnicode_AsUnicodeCopy() now checks if PyUnicode_AsUnicode() failed
Objects/unicodeobject.c