diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-06-19 00:55:09 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-06-19 00:55:09 +0000 |
commit | 268de741c0f94a7fef1d74953fa1ac8e299b1085 (patch) | |
tree | a16238abfb0b2ffec3929e45aa2007a6e5f9bc53 /Python/pythonrun.c | |
parent | 569f1161c51ae4ff6dea0deafe2875727a3fb64c (diff) | |
download | cpython-268de741c0f94a7fef1d74953fa1ac8e299b1085.tar.gz |
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 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions