Fix SF bug #667147, Segmentation fault printing str subclass
Fix infinite recursion which occurred when printing an object whose __str__() returned self. Will backport
Showing
Please register or sign in to comment
Fix infinite recursion which occurred when printing an object whose __str__() returned self. Will backport