]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Backport r51248 | neal.norwitz]
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 5 Oct 2006 17:18:13 +0000 (17:18 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 5 Oct 2006 17:18:13 +0000 (17:18 +0000)
commit1af9f68b4a6f8da34481670b9741854081344321
treef7f0c326816ebeea40890c3b420bdf12a7a4d7c7
parent68e1e0372baab7d9734c219258cf84c82e28ab9d
[Backport r51248 | neal.norwitz]

Fix segfault when doing string formatting on subclasses of long if
__oct__, __hex__ don't return a string.

Klocwork 308
Lib/test/test_format.py
Misc/NEWS
Objects/stringobject.c