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 gvanrossum
Recipients
Date 2001-09-05.21:40:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

OK, so it looks like they are using signal() as a
communications mechanism.

Then I'm not sure if it's worth fixing the thread test: the
accept() call just happens to be the call that's being
interrupted by thread creation in the test, but in a real
application, *any* I/O system call can return an error with
EINTR set, and in general this will cause Python application
failures.

Maybe it's better to disable threads on UW...
History
Date User Action Args
2007-08-23 15:07:29adminlinkissue453627 messages
2007-08-23 15:07:29admincreate