]> granicus.if.org Git - python/commit
Make _PyUnicode_FromId return borrowed references.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 7 Nov 2011 12:00:05 +0000 (13:00 +0100)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 7 Nov 2011 12:00:05 +0000 (13:00 +0100)
commitd10759f6edb713e945d1caf19d74ea4e12da7894
tree81ca1ffcbe397faaa4119100a44dc3c21668da9c
parente9b11c1cd8ad68e829ae627ef48bdbc940f8e7fb
Make _PyUnicode_FromId return borrowed references.
http://mail.python.org/pipermail/python-dev/2011-November/114347.html
Include/unicodeobject.h
Objects/object.c
Objects/typeobject.c
Objects/unicodeobject.c
Python/_warnings.c