blob: 14f15208e7d571f3c23562d4d3bfbbfa0b1d0c18 [file] [log] [blame]
# http://python.org/sf/1202533
if __name__ == '__main__':
lst = [apply]
lst.append(lst)
apply(*lst) # segfault: infinite recursion in C