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 socketpair
Recipients lars.gustaebel, martin.panter, socketpair
Date 2016-04-30.17:57:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462039022.69.0.509909190499.issue26877@psf.upfronthosting.co.za>
In-reply-to
Content
Well, there are  more than one workarounds for that.

man read:
===============
If a read() is interrupted by a signal after it has successfully read some data, it shall return the number of bytes read.
=====================

So, this is a way how to make "exploit" for this bug.
History
Date User Action Args
2016-04-30 17:57:02socketpairsetrecipients: + socketpair, lars.gustaebel, martin.panter
2016-04-30 17:57:02socketpairsetmessageid: <1462039022.69.0.509909190499.issue26877@psf.upfronthosting.co.za>
2016-04-30 17:57:02socketpairlinkissue26877 messages
2016-04-30 17:57:02socketpaircreate