[issue7190] Problems running threaded Tkinter program under OS X IDLE

Ronald Oussoren report at bugs.python.org
Wed Nov 11 13:05:58 CET 2009


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

<http://developer.apple.com/mac/library/documentation/cocoa/Conceptual/Mul
tithreading/ThreadSafetySummary/ThreadSafetySummary.html#//apple_ref/doc/u
id/10000057i-CH12-SW1> summarizes the thread safety aspects for Apple GUI 
programs.

Basicly all eventhandling needs to be done on the main thread.

This means that this issue is not a python bug, but a platform issue that 
we cannot fix or work around. I therefore propose to close this issue.

----------
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> pending
type: crash -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7190>
_______________________________________


More information about the Python-bugs-list mailing list