[issue7336] threading module not properly handling shutdown

2009-11-16 Thread Marien Zwart
Changes by Marien Zwart : -- nosy: +marienz ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue7336] threading module not properly handling shutdown

2009-11-16 Thread R. Tyler Ballance
New submission from R. Tyler Ballance : Receiving a traceback when shutting down an interpreter with threads spawned inside of it: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 497, in __bootstrap self.__bootstrap_inner() File "/usr/lib/python2.6/thread