[pypy-commit] extradoc extradoc: update

arigo pypy.commits at gmail.com
Fri Aug 26 11:28:48 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5683:348534fd42b4
Date: 2016-08-26 17:28 +0200
http://bitbucket.org/pypy/extradoc/changeset/348534fd42b4/

Log:	update

diff --git a/planning/py3.5/cpython-crashers.rst b/planning/py3.5/cpython-crashers.rst
--- a/planning/py3.5/cpython-crashers.rst
+++ b/planning/py3.5/cpython-crashers.rst
@@ -22,3 +22,9 @@
 * os.scandir() direntry objects should not have stat() called from two
   threads concurrently.  It will make two stat objects and leak one of
   them.
+
+* (not a crasher) on modern Linux: if the first call in the process to
+  socketpair() ends in a EINVAL, then cpython will (possibly wrongly)
+  assume it was caused by SOCK_CLOEXEC and not use SOCK_CLOEXEC at all
+  in the future
+


More information about the pypy-commit mailing list