[Python-checkins] peps: PEP 446: it's not easy to make listening sockets non-inheritable on Windows

victor.stinner python-checkins at python.org
Thu Aug 15 11:40:42 CEST 2013


http://hg.python.org/peps/rev/94989edaf61a
changeset:   5057:94989edaf61a
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Wed Aug 14 13:20:11 2013 +0200
summary:
  PEP 446: it's not easy to make listening sockets non-inheritable on Windows

files:
  pep-0446.txt |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/pep-0446.txt b/pep-0446.txt
--- a/pep-0446.txt
+++ b/pep-0446.txt
@@ -85,6 +85,8 @@
   <http://msdn.microsoft.com/en-us/library/windows/desktop/ms724466%28v=vs.85%29.aspx>`_
 * `Q315939: PRB: Child Inherits Unintended Handles During
   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

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list