On Jan 17 2017, Santiago Vila <sanv...@debian.org> wrote:
> Exception in thread Thread-1 (most likely raised during interpreter shutdown):
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
>   File "/usr/lib/python2.7/threading.py", line 754, in run
>   File "src/misc.pxi", line 261, in llfuse._notify_loop (src/llfuse.c:29495)
>   File "/usr/lib/python2.7/Queue.py", line 179, in get
>   File "/usr/lib/python2.7/threading.py", line 384, in notify
> <type 'exceptions.TypeError'>: 'NoneType' object is not callable
> !!!!!!!!!!!!!!!!!!!! Interrupted: stopping after 1 failures 
> !!!!!!!!!!!!!!!!!!!!

Thanks for reporting. This looks like a bug in Python 2.7
itself. Calling Queue.get() (a standard library class) should never fail
like that. Probably the best solution is for the test to ignore errors
during interpreter shutdown.

Are you able to reproduce this with Python 3.5?


Thanks,
-Nikolaus

-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

             »Time flies like an arrow, fruit flies like a Banana.«

Reply via email to