Strange errors on exit

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Wed Jun 6 00:28:37 EDT 2007


En Tue, 05 Jun 2007 17:59:18 -0300, Thomas Dybdahl Ahle <lobais at gmail.com>  
escribió:

> When I close my (gtk) program, I get errors like the below.
> It seams that when the interpreter shuts down, it sets every variable to
> None, but continues running the threads, (seems only in cases where
> they've just been asleep)
> I don't think this would be intended behavior?
>
> Exception in thread Thread-4 (most likely raised during interpreter
> shutdown):
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
>   File "/home/thomas/Programmering/python/skak/0.7/lib/pychess/System/
> ThreadPool.py", line 49, in run
>   File "/usr/lib/python2.4/Queue.py", line 89, in put
>   File "/usr/lib/python2.4/threading.py", line 237, in notify
> exceptions.TypeError: exceptions must be classes, instances, or strings
> (deprecated), not NoneType
> Unhandled exception in thread started by
> Error in sys.excepthook:
>
> Original exception was:

Looks similar to this reported bug:  
http://sourceforge.net/tracker/index.php?func=detail&aid=1722344&group_id=5470&atid=105470


-- 
Gabriel Genellina




More information about the Python-list mailing list