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 arigo
Recipients arigo
Date 2016-12-06.12:03:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481025824.93.0.55818393914.issue28885@psf.upfronthosting.co.za>
In-reply-to
Content
(S5) pep 475: unclear why 'os.fchmod(fd)' retries automatically when
  it gets EINTR but the otherwise-equivalent 'os.chmod(fd)' does not.
  (The documentation says they are fully equivalent, so someone is
  wrong.)
History
Date User Action Args
2016-12-06 12:03:44arigosetrecipients: + arigo
2016-12-06 12:03:44arigosetmessageid: <1481025824.93.0.55818393914.issue28885@psf.upfronthosting.co.za>
2016-12-06 12:03:44arigolinkissue28885 messages
2016-12-06 12:03:44arigocreate