Patch from Michael Hudson to fix flatten recursive data structures:
[mwh21@atrus build]$ ./python >>> import Tkinter >>> l = [] >>> l.append(l) >>> Tkinter._flatten(l) Segmentation fault (core dumped)
Showing
Please register or sign in to comment