2010/11/21 Stefan Behnel <[email protected]>:
> Vitja Makarov, 21.11.2010 00:02:
>> I added patch to runthreads to check thread state at exit.
>>
>> http://trac.cython.org/cython_trac/attachment/ticket/596/runtests-check-threads.patch
>
> This isn't really related to ticket #596 (just like the fix for ticket #537
> wasn't). In any case, this should be done after each test, not at
> interpreter exit time. It sounds wrong if any thread (even a deamon thread)
> is still alive after running a test.
>

Sure that's a different issue.

You've pushed check_thread_termination() it seems to me that it only
checks, and don't help python interpreter to exit.
So we can find this tests and disable. Or hook threading._shutdown and
allow python quit.

Think we should open new ticket for thread issue, it seems to be
related to GIL, right?
I don't know how to describe that in general way.

-- 
vitja.
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to