PEP 446: it's not easy to make listening sockets non-inheritable on Windows
This commit is contained in:
parent
61cd5d3f7a
commit
1f5389735d
|
@ -85,6 +85,8 @@ See also:
|
||||||
<http://msdn.microsoft.com/en-us/library/windows/desktop/ms724466%28v=vs.85%29.aspx>`_
|
<http://msdn.microsoft.com/en-us/library/windows/desktop/ms724466%28v=vs.85%29.aspx>`_
|
||||||
* `Q315939: PRB: Child Inherits Unintended Handles During
|
* `Q315939: PRB: Child Inherits Unintended Handles During
|
||||||
CreateProcess Call <http://support.microsoft.com/kb/315939/en-us>`_
|
CreateProcess Call <http://support.microsoft.com/kb/315939/en-us>`_
|
||||||
|
* `Stackoverflow: Can TCP SOCKET handles be set not inheritable?
|
||||||
|
<http://stackoverflow.com/questions/12058911/can-tcp-socket-handles-be-set-not-inheritable>`_
|
||||||
|
|
||||||
|
|
||||||
Inheritance of File Descriptors on UNIX
|
Inheritance of File Descriptors on UNIX
|
||||||
|
|
Loading…
Reference in New Issue