[issue12493] subprocess: Popen.communicate() doesn't handle EINTR in some cases

Charles-François Natali report at bugs.python.org
Wed Jul 6 08:58:18 CEST 2011


Charles-François Natali <neologix at free.fr> added the comment:

Out of curiosity, how could SIGALRM be missing on a Unix system?
Maybe you mean something like
@unittest.skipUnless(hasattr(errno, EINTR),
                     "Requires errno.EINTR")

----------
nosy: +neologix

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12493>
_______________________________________


More information about the Python-bugs-list mailing list