Re: threading and atexit: different behaviour in python2.6 from 2.5

2010-06-07 Thread Alan
Thanks MRAB. setDaemon gave some hope. Alan On Fri, Jun 4, 2010 at 16:46, wrote: > Alan wrote: > >> Hi there, >> >> That's another try to get help about this issue I am facing. To help you >> to help me here goes a simple example. This is a very simplification of a >> very complex code. >> >> -

Re: threading and atexit: different behaviour in python2.6 from 2.5

2010-06-04 Thread MRAB
Alan wrote: Hi there, That's another try to get help about this issue I am facing. To help you to help me here goes a simple example. This is a very simplification of a very complex code. thread_ping.py begin import time import sys import atexit from