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 vstinner
Recipients martin.panter, ned.deily, neologix, pitrou, python-dev, vstinner
Date 2015-03-09.09:11:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425892313.71.0.247079152245.issue23285@psf.upfronthosting.co.za>
In-reply-to
Content
test_setitimer.patch: hack unittest.TestCase.run() to inject signals every 1 ms, send the first signal in 100 ms.

This patch helped me to find that socket.connect() doesn't handle EINTR yet: see issue #23618 "PEP 475: handle EINTR in the socket module".
History
Date User Action Args
2015-03-09 09:11:53vstinnersetrecipients: + vstinner, pitrou, ned.deily, neologix, python-dev, martin.panter
2015-03-09 09:11:53vstinnersetmessageid: <1425892313.71.0.247079152245.issue23285@psf.upfronthosting.co.za>
2015-03-09 09:11:53vstinnerlinkissue23285 messages
2015-03-09 09:11:53vstinnercreate