Author: mattip <matti.pi...@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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to