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 terry.reedy
Recipients Ramchandra Apte, moraygrieve, serhiy.storchaka, terry.reedy
Date 2013-03-08.21:53:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362779629.01.0.0675567278141.issue6933@psf.upfronthosting.co.za>
In-reply-to
Content
Quoting from msg179101 on #16823, which I turned into a doc issue:
'''
What you are doing appears to be unsupported (invalid). From
http://www.astro.washington.edu/users/rowen/TkinterSummary.html
"all Tkinter access must be from the main thread (or more precisely,
from the thread that calls the mainloop). Violating this is likely to
cause nasty and mysterious symptoms such as freezes and core dumps."
'''
You got the freeze part. I suspect what changed from 2.5 to 2.6 was the tcl/tk version delivered with Python on Windows.
History
Date User Action Args
2013-03-08 21:53:49terry.reedysetrecipients: + terry.reedy, moraygrieve, Ramchandra Apte, serhiy.storchaka
2013-03-08 21:53:49terry.reedysetmessageid: <1362779629.01.0.0675567278141.issue6933@psf.upfronthosting.co.za>
2013-03-08 21:53:48terry.reedylinkissue6933 messages
2013-03-08 21:53:48terry.reedycreate