]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix PyObject_Repr(): don't call PyUnicode_READY() if res is NULL
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 1 Dec 2011 02:22:44 +0000 (03:22 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 1 Dec 2011 02:22:44 +0000 (03:22 +0100)
commit0a54cf12a09d731cd043f814142744f5de0a91ee
tree71316cb5256cf78f4722cef1fb888437facd7865
parentb37b17423b294ee3bf5a28b8c358ca45cf681030
Fix PyObject_Repr(): don't call PyUnicode_READY() if res is NULL
Objects/object.c