Re: How to set SA_RESTART flag in Python

2007-03-21 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, Marco wrote: > I want to set SA_RESTART flag to restart a system-call. How to do > this in Python? You question seems to lack a little bit context. Are you talking about system calls into the Linux kernel? Ciao, Marc 'BlackJack' Rintsch -- http://mail.python.or

How to set SA_RESTART flag in Python

2007-03-20 Thread Marco
Hi, I want to set SA_RESTART flag to restart a system-call. How to do this in Python? Thank you! -- LinuX Power -- http://mail.python.org/mailman/listinfo/python-list