]> granicus.if.org Git - python/commit
Remove variable owned from PyUnicode_FromEncodedObject, which is unused
authorWalter Dörwald <walter@livinglogic.de>
Wed, 8 Jan 2003 20:38:39 +0000 (20:38 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 8 Jan 2003 20:38:39 +0000 (20:38 +0000)
commit034d97605d5300721310a0d7320b41f67237007b
tree0eaa68d3a5a5edfcc39f3d7be9fee687785f4f3d
parent8a978f7cdeaf7c96ef5b53a501bcd689bcd90820
Remove variable owned from PyUnicode_FromEncodedObject, which is unused
(except for Py_DECREF calls) since the introduction of __unicode__.
Objects/unicodeobject.c