Author: Armin Rigo <[email protected]>
Branch: extradoc
Changeset: r5684:3943ce39c27a
Date: 2016-08-27 14:55 +0200
http://bitbucket.org/pypy/extradoc/changeset/3943ce39c27a/

Log:    Working on the marshal format

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
@@ -13,6 +13,8 @@
 
 * arigo: Newly created file descriptors are non-inheritable (PEP 446)
 
+* arigo: New marshal format
+
 
 Finished
 --------
@@ -63,11 +65,7 @@
 
 * The new os.scandir() function (POSIX-DONE, missing Win32)
 
-* 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
+* Newly created file descriptors are non-inheritable (PEP 446) (TESTING)
 
 * The marshal format has been made more compact and efficient
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to