[New-bugs-announce] [issue21384] Windows: Make handle non inheritable by default

STINNER Victor report at bugs.python.org
Tue Apr 29 10:59:41 CEST 2014


New submission from STINNER Victor:

The PEP 446 was implemented in Python 3.4. All file descriptors are now created non inheritable. The implementation was not finished on Windows, handles may be created inheritable. The Python code should be audoted for that.

For example, hCryptProv in Python/random.c is inheritable or not?

----------
components: Windows
messages: 217501
nosy: haypo, sbt, tim.golden
priority: normal
severity: normal
status: open
title: Windows: Make handle non inheritable by default
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21384>
_______________________________________


More information about the New-bugs-announce mailing list