blob: 18d29632334a4abbaa850a4eefc409250525a90f [file] [log] [blame]
# http://python.org/sf/1267884
import types
class C:
__str__ = types.InstanceType.__str__
if __name__ == '__main__':
str(C()) # segfault: infinite recursion in C