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
Date 2003-09-07.19:37:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

1) The main-loop is inherently *busy*-wait, as the loop is
continuously polling for events. The interval between two of
these wait-for-event calls is then indeed a busywaitinterval.

2) Processing all events would mean that other threads
cannot invoke Tcl methods while there are pending requests.
This would be a change in behaviour, and might influence
responsiveness in a undesirable way.

3) Can you name a platform on which the current Sleep does
not work?
History
Date User Action Args
2008-01-20 09:59:26adminlinkissue780602 messages
2008-01-20 09:59:26admincreate