commit | e75bfde7e9d2b2a8955eb4ce768a61a1affc3ac5 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Feb 01 15:34:10 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Feb 01 15:34:10 2002 +0000 |
tree | e9ddcd6d3c18851531e7cf30b956dc317bfb9b14 | |
parent | ab034fab03bf1a0ee1d03651799f1c42f4f48050 [diff] |
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.