This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients exarkun, neologix, nvetoshkin, pitrou
Date 2010-04-04.12:27:07
SpamBayes Score 4.3122785e-05
Marked as misclassified No
Message-id <1270384029.83.0.618314714408.issue7978@psf.upfronthosting.co.za>
In-reply-to
Content
In real life, you can receive for example SIGSTOP (strace, gdb, shell), but mostly SIGCHLD (any process spawning children), etc. The attached patch just restarts calls when EINTR is received, as is done in subprocess module. The mailing list is a good idea.
History
Date User Action Args
2010-04-04 12:27:09neologixsetrecipients: + neologix, exarkun, pitrou, nvetoshkin
2010-04-04 12:27:09neologixsetmessageid: <1270384029.83.0.618314714408.issue7978@psf.upfronthosting.co.za>
2010-04-04 12:27:07neologixlinkissue7978 messages
2010-04-04 12:27:07neologixcreate