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
History
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
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 79 bytes
.hgtags -rw-r--r-- 2.2 KB
LICENSE -rw-r--r-- 11.5 KB
Makefile.pre.in -rw-r--r-- 21.8 KB
README -rw-r--r-- 37.7 KB
acconfig.h -rw-r--r-- 6.3 KB
config.h.in -rw-r--r-- 17.1 KB
configure -rwxr-xr-x 181.7 KB
configure.in -rw-r--r-- 38.2 KB
install-sh -rwxr-xr-x 5.5 KB
setup.py -rw-r--r-- 25.2 KB

README

back to top