]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport gvanrossum's checkin of revision 1.20:
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 10 Jan 2002 09:54:01 +0000 (09:54 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 10 Jan 2002 09:54:01 +0000 (09:54 +0000)
commita82adf926ba0160c5913e50850bc2394d269150a
tree009ff81e896eabab4a40136dd9314b12b0be411e
parentb569d47937e1d246849ea7bf84a62962c9543dca
Backport gvanrossum's checkin of revision 1.20:

Thread.__bootstrap(): ignore exceptions in the self.__delete() call in
the finally clause.  An exception here could happen when a daemon
thread exits after the threading module has already been trashed by
the import finalization, and there's not much of a point in trying to
insist doing the cleanup in that stage.

This should fix SF bug ##497111: active_limbo_lock error at program
exit.
Lib/threading.py