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 tomnor
Recipients tomnor
Date 2015-06-28.22:01:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435528887.92.0.932065002837.issue24524@psf.upfronthosting.co.za>
In-reply-to
Content
$ python
Python 2.7.9 (default, Mar  1 2015, 18:22:53) 
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
The readline tab completion thing should be loaded. (pythonstartup.py @home)
>>> import Tkinter as tk
>>> import tkFileDialog as tfd
>>> tk.Tk()
<Tkinter.Tk instance at 0xb72206ec>
>>> tk.Tk()
<Tkinter.Tk instance at 0xb7117a8c>
>>> tfd.askopenfilename()
u'/home/tomas/.emacs'
>>> # closing the root window
... 
>>> alloc: invalid block: 0x99ddcd8: 88 9
Aborted
$

$ uname -a
Linux debian 3.2.0-4-686-pae #1 SMP Debian 3.2.68-1+deb7u1 i686 GNU/Linux

See also #22810
History
Date User Action Args
2015-06-28 22:01:27tomnorsetrecipients: + tomnor
2015-06-28 22:01:27tomnorsetmessageid: <1435528887.92.0.932065002837.issue24524@psf.upfronthosting.co.za>
2015-06-28 22:01:27tomnorlinkissue24524 messages
2015-06-28 22:01:27tomnorcreate