Author: Matti Picus <[email protected]> Branch: argsort-segfault Changeset: r64883:4bcabd580cba Date: 2013-06-14 16:25 +0300 http://bitbucket.org/pypy/pypy/changeset/4bcabd580cba/
Log: document branch 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 @@ -52,3 +52,7 @@ .. branch: ctypes-byref Add the '_obj' attribute on ctypes pointer() and byref() objects + +.. branch: argsort-segfault +Fix a segfault in argsort when sorting by chunks on multidim numpypy arrays (mikefc) + _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
