[pypy-commit] pypy ufunc-casting: document branch

mattip noreply at buildbot.pypy.org
Tue Oct 13 23:57:50 CEST 2015


Author: mattip <matti.picus at gmail.com>
Branch: ufunc-casting
Changeset: r80179:dea28735aada
Date: 2015-10-14 00:56 +0300
http://bitbucket.org/pypy/pypy/changeset/dea28735aada/

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
@@ -74,3 +74,9 @@
 ffi.new_handle() returns handles that work more like CPython's: they
 remain valid as long as the target exists (unlike the previous
 version, where handles become invalid *before* the __del__ is called).
+
+.. branch: ufunc-casting
+
+allow automatic casting in ufuncs (and frompypyfunc) to cast the
+arguments to the allowed function type declarations, fixes various
+failures in linalg cffi functions


More information about the pypy-commit mailing list