This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gpolo
Recipients gpolo
Date 2009-02-07.01:02:20
SpamBayes Score 1.3555881e-05
Marked as misclassified No
Message-id <1233968544.2.0.381486551009.issue4792@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-02-07 01:02:24gpolosetrecipients: + gpolo
2009-02-07 01:02:24gpolosetmessageid: <1233968544.2.0.381486551009.issue4792@psf.upfronthosting.co.za>
2009-02-07 01:02:22gpololinkissue4792 messages
2009-02-07 01:02:21gpolocreate