Terry J. Reedy added the comment:

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."

There have been at multiple posts on python-list and stack overflow from other 
users that have run into this limitation. I cannot find it in our tkinter docs, 
but I think perhaps it should be (even though not-thread-safe is the default 
for any python structure).

----------
assignee:  -> docs@python
components: +Documentation
nosy: +docs@python, gpolo, serwy, terry.reedy
resolution:  -> invalid
status: open -> closed
type: crash -> behavior
versions: +Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16823>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to