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 neologix, pitrou, serhiy.storchaka, vstinner
Date 2015-04-01.09:08:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427879303.58.0.126440229701.issue23834@psf.upfronthosting.co.za>
In-reply-to
Content
sock_call-2.patch: add an inner looop in sock_call() to only retry func() when func() is interrupted by a signal. Limit also changes: try to only modify ctx around to call to sock_call(), move back some variables to the parent function. Rename the variable storing the result to "result". Add some more comments in sock_call().
History
Date User Action Args
2015-04-01 09:08:23vstinnersetrecipients: + vstinner, pitrou, neologix, serhiy.storchaka
2015-04-01 09:08:23vstinnersetmessageid: <1427879303.58.0.126440229701.issue23834@psf.upfronthosting.co.za>
2015-04-01 09:08:23vstinnerlinkissue23834 messages
2015-04-01 09:08:23vstinnercreate