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 Javier Dehesa
Recipients Javier Dehesa, louielu, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-06-16.10:12:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497607925.3.0.0555567583526.issue30678@psf.upfronthosting.co.za>
In-reply-to
Content
I see what you mean. Looking at TkDocs (not sure if this is an "official" or "officially endorsed" source or not), one of the Python examples in the "Tk Concepts" section (http://www.tkdocs.com/tutorial/concepts.html) says:

> Whether or not you save the widget object in a variable is entirely up to you, and depends of course whether you'll need to refer to it later. Because the object is inserted into the widget hierarchy, it won't be garbage collected even if you don't keep your own reference to it.

However, it very much looks like it may be related to what you said.
History
Date User Action Args
2017-06-16 10:12:05Javier Dehesasetrecipients: + Javier Dehesa, paul.moore, tim.golden, zach.ware, steve.dower, louielu
2017-06-16 10:12:05Javier Dehesasetmessageid: <1497607925.3.0.0555567583526.issue30678@psf.upfronthosting.co.za>
2017-06-16 10:12:05Javier Dehesalinkissue30678 messages
2017-06-16 10:12:05Javier Dehesacreate