Staging
v0.5.1
https://github.com/python/cpython
Revision 1af9f68b4a6f8da34481670b9741854081344321 authored by Andrew M. Kuchling on 05 October 2006, 17:18:13 UTC, committed by Andrew M. Kuchling on 05 October 2006, 17:18:13 UTC
Fix segfault when doing string formatting on subclasses of long if
__oct__, __hex__ don't return a string.

Klocwork 308
1 parent 68e1e03
History
Tip revision: 1af9f68b4a6f8da34481670b9741854081344321 authored by Andrew M. Kuchling on 05 October 2006, 17:18:13 UTC
[Backport r51248 | neal.norwitz]
Tip revision: 1af9f68

back to top