[Python-Dev] cpython: Issue #18571: Implementation of the PEP 446: file descriptors and file handles

Antoine Pitrou solipsis at pitrou.net
Wed Aug 28 20:31:07 CEST 2013


Hi,

On Wed, 28 Aug 2013 01:20:56 +0200 (CEST)
victor.stinner <python-checkins at python.org> wrote:
> http://hg.python.org/cpython/rev/ef889c3d5dc6
> changeset:   85420:ef889c3d5dc6
> user:        Victor Stinner <victor.stinner at gmail.com>
> date:        Wed Aug 28 00:53:59 2013 +0200
> summary:
>   Issue #18571: Implementation of the PEP 446: file descriptors and file handles
> are now created non-inheritable; add functions os.get/set_inheritable(),
> os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().

I don't want to sound too demanding, but was this patch actually
reviewed? I can't find a single review comment in
http://bugs.python.org/issue18571

Regards

Antoine.




More information about the Python-Dev mailing list