Author: Armin Rigo <[email protected]>
Branch: extradoc
Changeset: r5671:f6fcf7c91d23
Date: 2016-08-16 17:29 +0200
http://bitbucket.org/pypy/extradoc/changeset/f6fcf7c91d23/

Log:    inheritable fds: minimal start

diff --git a/planning/py3.5/2016-august-progress.rst 
b/planning/py3.5/2016-august-progress.rst
--- a/planning/py3.5/2016-august-progress.rst
+++ b/planning/py3.5/2016-august-progress.rst
@@ -45,6 +45,10 @@
 
 * Newly created file descriptors are non-inheritable (PEP 446)
 
+  - added rposix.{set,get}_inheritable(), used it as a quick hack
+    inside interp_posix.pipe(), needed otherwise subprocess.Popen()
+    deadlocks
+
 * The marshal format has been made more compact and efficient
 
 * enum: Support for enumeration types (PEP 435).
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to