[Python-Dev] The zombi thread of the Tcl library

Antoine Pitrou solipsis at pitrou.net
Wed May 4 12:05:19 CEST 2011


On Wed, 04 May 2011 10:58:42 +0200
Victor Stinner <victor.stinner at haypocalc.com> wrote:
> 
> Tcl_Finalize() exits the thread, but this function is never called in
> Python. Anyway, it is not possible to unload a module implemented in C.

You could expose Tcl_Finalize() for debug purposes and call it in
test_signal.

Regards

Antoine.




More information about the Python-Dev mailing list