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.09:36:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497605760.89.0.648134129283.issue30678@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah is quite subtle, I should have pointed it out...
The difference is that `root.mainloop()` is called inside `make_var_cb(root)` in the first example and under `if __name__ == '__main__'` in the second one. I have experience the problem on Windows 10, and I'd say there is a good chance it's a platform-specific thing...
History
Date User Action Args
2017-06-16 09:36:00Javier Dehesasetrecipients: + Javier Dehesa, paul.moore, tim.golden, zach.ware, steve.dower, louielu
2017-06-16 09:36:00Javier Dehesasetmessageid: <1497605760.89.0.648134129283.issue30678@psf.upfronthosting.co.za>
2017-06-16 09:36:00Javier Dehesalinkissue30678 messages
2017-06-16 09:36:00Javier Dehesacreate