diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-06-19 00:55:09 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-06-19 00:55:09 (GMT) |
commit | 288e97b7fefb9b766b77a858fc34003c6d259d98 (patch) | |
tree | e2fc7db0e3573130cc1928c21605702837c22fad /.cvsignore | |
parent | 49ef6dc1f44c6d831fdd5c127b424cb5ecef2b78 (diff) | |
download | cpython-288e97b7fefb9b766b77a858fc34003c6d259d98.zip cpython-288e97b7fefb9b766b77a858fc34003c6d259d98.tar.gz cpython-288e97b7fefb9b766b77a858fc34003c6d259d98.tar.bz2 |
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)
Diffstat (limited to '.cvsignore')
0 files changed, 0 insertions, 0 deletions