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 gdb
Recipients gdb, jnoller
Date 2010-07-09.02:53:00
SpamBayes Score 0.0054996274
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
With the line commented out, I no longer see any exceptions.

Although, if I understand what's going on, there still a (much rarer) possibility of an exception, right?  I guess in the common case, the worker_handler is in the sleep when shutdown begins.  But if it happens to be in the in the _maintain_pool step, would you still get these exceptions?
History
Date User Action Args
2010-07-09 02:53:02gdbsetrecipients: + gdb, jnoller
2010-07-09 02:53:02gdbsetmessageid: <[email protected]>
2010-07-09 02:53:00gdblinkissue9207 messages
2010-07-09 02:53:00gdbcreate