Author: Matti Picus <[email protected]> Branch: py3.5 Changeset: r92877:41578430cbc4 Date: 2017-10-29 21:04 +0200 http://bitbucket.org/pypy/pypy/changeset/41578430cbc4/
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 @@ -4,3 +4,10 @@ .. this is the revision after release-pypy3.5-5.9 .. startrev: be41e3ac0a29 + +.. branch: sched_yield +Add sched_yield posix attribute + +.. branch: py3.5-appexec +Raise if space.is_true(space.appexec()) used in app level tests, fix tests +that did this _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
