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 neologix, python-dev, vstinner
Date 2011-07-06.06:58:17
SpamBayes Score 0.21173166
Marked as misclassified No
Message-id <1309935498.29.0.464401254003.issue12493@psf.upfronthosting.co.za>
In-reply-to
Content
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")
History
Date User Action Args
2011-07-06 06:58:18neologixsetrecipients: + neologix, vstinner, python-dev
2011-07-06 06:58:18neologixsetmessageid: <1309935498.29.0.464401254003.issue12493@psf.upfronthosting.co.za>
2011-07-06 06:58:17neologixlinkissue12493 messages
2011-07-06 06:58:17neologixcreate