On May 7, 5:00 am, [EMAIL PROTECTED] wrote:
> Hi Guys,
>
> during testing of my project on FreeBSD I've discovered stange
> 'feature' of time.sleep(). It works if single thread is running, but
> when multi-threaded, the SIGINT signal seems not to be handled in same
> way.
>
> I've found three discu
Hi Guys,
during testing of my project on FreeBSD I've discovered stange
'feature' of time.sleep(). It works if single thread is running, but
when multi-threaded, the SIGINT signal seems not to be handled in same
way.
I've found three discussion about similar behavior with os.system()
but so far n