On 14/11/2012 16:47, Stefan Scherfke wrote:
It seems like the sleep()-call cannot be interrupted. I added the changes you
described to my code. Under XP, Py33 32bit, the child process takes 10s to
terminate but doesn’t prints the last message. If I replace the sleep(10) call
with a "for i in rang
Am 14.11.2012 um 13:58 schrieb Tim Golden :
> On 13/11/2012 20:54, Stefan Scherfke wrote:
>> Hi Tim,
>>
>> Am 13.11.2012 um 21:44 schrieb Tim Golden :
>>
>>> On 12/11/2012 13:12, Stefan Scherfke wrote:
Hi all,
recently I’ve been playing around with sending and catching signals o
On 13/11/2012 20:54, Stefan Scherfke wrote:
> Hi Tim,
>
> Am 13.11.2012 um 21:44 schrieb Tim Golden :
>
>> On 12/11/2012 13:12, Stefan Scherfke wrote:
>>> Hi all,
>>>
>>> recently I’ve been playing around with sending and catching signals on
>>> Windows. I finally found out how to send and catch