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 Arfrever
Recipients Arfrever, neologix, python-dev, vstinner
Date 2015-04-06.18:36:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428345372.93.0.361614113629.issue23648@psf.upfronthosting.co.za>
In-reply-to
Content
> New changeset 66e4ef9a7467 by Victor Stinner in branch 'default':
> Issue #23648: Complete the list of modified functions for the PEP 475
> https://hg.python.org/cpython/rev/66e4ef9a7467
>
> +    * special cases: :func:`os.close` and :func:`os.dup2` now ignore
> +      :py:data:`~errno.EINTR` error, the syscall is not retried (see the PEP
> +      for the rationale)

But os.dup2 is not mentioned in PEP 475.
History
Date User Action Args
2015-04-06 18:36:13Arfreversetrecipients: + Arfrever, vstinner, neologix, python-dev
2015-04-06 18:36:12Arfreversetmessageid: <1428345372.93.0.361614113629.issue23648@psf.upfronthosting.co.za>
2015-04-06 18:36:12Arfreverlinkissue23648 messages
2015-04-06 18:36:12Arfrevercreate