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 AlokSinghal
Recipients AlokSinghal, eryksun, gregory.p.smith, ned.deily, python-dev, ronaldoussoren, yan12125
Date 2016-05-28.01:52:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464400338.66.0.889160610961.issue26083@psf.upfronthosting.co.za>
In-reply-to
Content
I think there is a small problem with the fix in changeset 268d13c7e939 (msg258029).  It copies the string from the return value of _eintr_retry_call() twice.  I am attaching a trivial fix.
History
Date User Action Args
2016-05-28 01:52:18AlokSinghalsetrecipients: + AlokSinghal, gregory.p.smith, ronaldoussoren, ned.deily, python-dev, eryksun, yan12125
2016-05-28 01:52:18AlokSinghalsetmessageid: <1464400338.66.0.889160610961.issue26083@psf.upfronthosting.co.za>
2016-05-28 01:52:18AlokSinghallinkissue26083 messages
2016-05-28 01:52:18AlokSinghalcreate