Staging
v0.5.1
https://github.com/python/cpython
Revision a82adf926ba0160c5913e50850bc2394d269150a authored by Anthony Baxter on 10 January 2002, 09:54:01 UTC, committed by Anthony Baxter on 10 January 2002, 09:54:01 UTC
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.
1 parent b569d47
Raw File
Tip revision: a82adf926ba0160c5913e50850bc2394d269150a authored by Anthony Baxter on 10 January 2002, 09:54:01 UTC
Backport gvanrossum's checkin of revision 1.20:
Tip revision: a82adf9
.cvsignore
.purify
config.log
config.h
config.cache
config.status
Makefile
buildno
python
back to top