Disregard, I figured it out. It turns out that the threads spawned by
"thread.start_new_thread" are unreported by threading.enumerate.
Cheers! -Damian
On Wed, Jan 19, 2011 at 9:40 AM, Damian Johnson wrote:
> Hi, I've been trying to track down a familiar concurrency problem
> without any success:
Hi, I've been trying to track down a familiar concurrency problem
without any success:
Unhandled exception in thread started by
Error in sys.excepthook:
Original exception was:
I realize that this is due to a background thread still being alive
and kicking when the application terminates (ie, a m