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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21384>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to