Re: FreeBSD KeyboardInterrupt not captured

2008-05-07 Thread Rhamphoryncus
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

FreeBSD KeyboardInterrupt not captured

2008-05-07 Thread radim . marek
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