Author: Amaury Forgeot d'Arc <[email protected]> Branch: py3.5 Changeset: r91011:0710ee3e66e6 Date: 2017-04-06 23:04 +0200 http://bitbucket.org/pypy/pypy/changeset/0710ee3e66e6/
Log: Document merged branches diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a/pypy/doc/whatsnew-pypy3-head.rst +++ b/pypy/doc/whatsnew-pypy3-head.rst @@ -5,3 +5,12 @@ .. this is the revision after release-pypy3.3-5.7.x was branched .. startrev: afbf09453369 +.. branch: win32-faulthandler + +Enable the 'faulthandler' module on Windows; +this unblocks the Python test suite. + +.. branch: superjumbo + +Implement posix.posix_fallocate() and posix.posix_fadvise() + _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
