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 gregory.p.smith
Recipients arigo, brett.cannon, gregory.p.smith, larry, serhiy.storchaka, vstinner, yselivanov
Date 2016-12-07.01:15:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481073365.67.0.647860406702.issue28885@psf.upfronthosting.co.za>
In-reply-to
Content
attaching a proposed fix for (S5).  os.chmod should have the same EINTR retry treatment as everything else.  That it does not appears to have been an oversight.
History
Date User Action Args
2016-12-07 01:16:07gregory.p.smithsetrecipients: + gregory.p.smith, brett.cannon, arigo, vstinner, larry, serhiy.storchaka, yselivanov
2016-12-07 01:16:05gregory.p.smithsetmessageid: <1481073365.67.0.647860406702.issue28885@psf.upfronthosting.co.za>
2016-12-07 01:16:04gregory.p.smithlinkissue28885 messages
2016-12-07 01:15:59gregory.p.smithcreate