Author: Matti Picus <[email protected]> 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 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
