Message81329
Another way to reproduce it (tested using debug build):
Python 2.7a0 (trunk:69375:69376M, Feb 6 2009, 20:27:09)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tkinter
>>> Tkinter.Tk()
<Tkinter.Tk instance at 0xb79c8edc>
>>> Tkinter.Tk()
<Tkinter.Tk instance at 0xb79cb06c>
# close both windows now, get a segfault |
|
Date |
User |
Action |
Args |
2009-02-07 01:02:24 | gpolo | set | recipients:
+ gpolo |
2009-02-07 01:02:24 | gpolo | set | messageid: <1233968544.2.0.381486551009.issue4792@psf.upfronthosting.co.za> |
2009-02-07 01:02:22 | gpolo | link | issue4792 messages |
2009-02-07 01:02:21 | gpolo | create | |
|