]> granicus.if.org Git - python/commit
Bugfix candidate.
authorGuido van Rossum <guido@python.org>
Fri, 1 Feb 2002 15:34:10 +0000 (15:34 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 1 Feb 2002 15:34:10 +0000 (15:34 +0000)
commite75bfde7e9d2b2a8955eb4ce768a61a1affc3ac5
treee9ddcd6d3c18851531e7cf30b956dc317bfb9b14
parentab034fab03bf1a0ee1d03651799f1c42f4f48050
Bugfix candidate.

Fix SF bug #511603: Error calling str on subclass of int

Explicitly fill in tp_str with the same pointer as tp_repr.
Objects/intobject.c