Author: Antonio Cuni <[email protected]> Branch: Changeset: r62855:439617ed8d85 Date: 2013-03-28 12:19 +0100 http://bitbucket.org/pypy/pypy/changeset/439617ed8d85/
Log: fix tesT_whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -42,6 +42,10 @@ .. branch: rpython-bytearray Rudimentary support for bytearray in RPython +.. branch: refactor-call_release_gil +Fix a bug which casused cffi to return the wrong result when calling a C +function which calls a Python callback which forces the frames + .. branches we don't care about .. branch: autoreds .. branch: reflex-support _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
