Author: Ronan Lamy <[email protected]> Branch: Changeset: r72371:fbd0dadee790 Date: 2014-07-06 14:45 +0100 http://bitbucket.org/pypy/pypy/changeset/fbd0dadee790/
Log: update whatsnew-head.rst 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 @@ -47,3 +47,6 @@ .. branch: disable_pythonapi Remove non-functioning ctypes.pyhonapi and ctypes.PyDLL, document this incompatibility with cpython. Recast sys.dllhandle to an int. + +.. branch: scalar-operations +Fix performance regression on ufunc(<scalar>, <scalar>) in numpy. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
