[pypy-commit] pypy argsort-segfault: document branch

mattip noreply at buildbot.pypy.org
Fri Jun 14 15:26:34 CEST 2013


Author: Matti Picus <matti.picus at gmail.com>
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)
+


More information about the pypy-commit mailing list