Ronald Oussoren <ronaldousso...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue7190>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to