Author: Armin Rigo <[email protected]> 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 + _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
