]> granicus.if.org Git - python/commit
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 15 Jul 2011 19:22:50 +0000 (21:22 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 15 Jul 2011 19:22:50 +0000 (21:22 +0200)
commit304f0f952da3c2f1d354b1701aa5ad61b53ff179
tree1490aabd08b8e3c44dac02824a959c32bd6ab064
parentc3349cd22e9877a0516d8baa71530f87bf5ac430
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
Patch by Andreas Stührk.
Lib/test/test_descr.py
Misc/NEWS
Objects/typeobject.c