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.

Unsupported provider

Author astrand
Recipients
Date 2004-11-17.21:07:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The subprocess module is not safe for use with signals,
because it doesn't retry the system calls upon EINTR.
However, as far as I understand it, this is true for
most other Python modules as well, so it isn't obvious
that the subprocess needs to be fixed. 

The problem was first noticed by John P Speno. 
History
Date User Action Args
2007-08-23 14:27:35adminlinkissue1068268 messages
2007-08-23 14:27:35admincreate