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 loewis
Recipients ajaksu2, gpolo, loewis, pitrou, vstinner
Date 2009-01-03.16:04:29
SpamBayes Score 9.0899e-05
Marked as misclassified No
Message-id <495F8C8B.8080809@v.loewis.de>
In-reply-to <ac2200130901030757p49810fcdwf6234e14821fb3b3@mail.gmail.com>
Content
> This is all true but the dispatching isn't used there actually.
> dispatching is being used in a polling manner to try to catch the
> thread running the tcl interpreter which someone tried to call into,
> the code then proceeds to do what you described.

Right. If the main thread doesn't actually invoke mainloop(), the
Tcl events don't get dispatched, and the RPC system breaks down,
effectively leading to a deadlock. To prevent application
breakage during startup, a grace period is added in case applications
create threads before starting the mainloop.
History
Date User Action Args
2009-01-03 16:04:31loewissetrecipients: + loewis, pitrou, vstinner, ajaksu2, gpolo
2009-01-03 16:04:30loewislinkissue3638 messages
2009-01-03 16:04:29loewiscreate