Le mercredi 04 mai 2011 à 12:05 +0200, Antoine Pitrou a écrit :
> On Wed, 04 May 2011 10:58:42 +0200
> Victor Stinner 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 exp
On Wed, 04 May 2011 10:58:42 +0200
Victor Stinner 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
An
Hi,
I have a question: would it be possible to mask all signals in the Tcl
thread? To understand the question, let's see the context...
I'm working on signals, especially on pthread_sigmask(), and I'm trying
to understand test_signal failures.
test_signal fails if the _tkinter module is loaded,