]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport:
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 13 Jan 2003 20:17:22 +0000 (20:17 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 13 Jan 2003 20:17:22 +0000 (20:17 +0000)
commitfbaaab9d25692c4f8bee0f9f680567ba3f46632b
tree684402d1c03c91a650c1ad59b2f4e0e9a5f639a9
parentc695e8f6ba391789a8d2e308d47ddc664c071bf6
Backport:

Fix SF bug #667147, Segmentation fault printing str subclass

Fix infinite recursion which occurred when printing an object
whose __str__() returned self.
Lib/test/test_descr.py
Misc/NEWS
Objects/object.c