Re: Howto pass exceptions between threads

2007-03-06 Thread Alexander Eisenhuth
John Nagle schrieb: Alexander Eisenhuth wrote: Hallo Alltogether, I've searched in this mailing list, but it seems to me that there is no general approach to pass exceptions from one thread to another. Very few languages have that. Actually, it could be made to work for Python,

Howto pass exceptions between threads

2007-03-05 Thread Alexander Eisenhuth
Hallo Alltogether, I've searched in this mailing list, but it seems to me that there is no general approach to pass exceptions from one thread to another. I think most application do a unique way of handling unhandled exceptions, at least they (should) try to log them. The following

Re: Howto pass exceptions between threads

2007-03-05 Thread John Nagle
Alexander Eisenhuth wrote: Hallo Alltogether, I've searched in this mailing list, but it seems to me that there is no general approach to pass exceptions from one thread to another. Very few languages have that. Actually, it could be made to work for Python, but it would have to be