[pypy-commit] pypy refactor-PyFloat_FromString: document and close branch to merge

mattip pypy.commits at gmail.com
Thu Nov 16 14:12:31 EST 2017


Author: Matti Picus <matti.picus at gmail.com>
Branch: refactor-PyFloat_FromString
Changeset: r93062:2bf28f126b37
Date: 2017-11-16 20:31 +0200
http://bitbucket.org/pypy/pypy/changeset/2bf28f126b37/

Log:	document and close branch to merge

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
@@ -26,3 +26,8 @@
 
 .. branch: fix-vmprof-stacklet-switch
 Fix a vmprof+continulets (i.e. greenelts, eventlet, gevent, ...)
+
+.. branch: refactor-PyFloat_FromString
+Refactor PyFloat_FromString so it can be used inside nb_float, together with
+a pull request to NumPy makes string ndarray float(a) and a.__float__() follow the
+same code path


More information about the pypy-commit mailing list