mirror of
https://github.com/python/cpython.git
synced 2026-05-16 09:29:00 -04:00
e75bfde7e9
Fix SF bug #511603: Error calling str on subclass of int Explicitly fill in tp_str with the same pointer as tp_repr.