Re: Semantics of thread.error

2007-08-05 Thread Martin v. Löwis
Paul Miller schrieb: > In the language documentation, all that is said about thread.error is > that it's raised "on thread-specific errors." Is there anywhere a > list of conditions which will cause thread.error to be raised? I don't think so. However, it is fairly easy to extract such a list fr

Semantics of thread.error

2007-08-05 Thread Paul Miller
In the language documentation, all that is said about thread.error is that it's raised "on thread-specific errors." Is there anywhere a list of conditions which will cause thread.error to be raised? (I mean, other than the thread library C source, of course.) Thanks! Paul -- http://mail.pytho