Author: Brian Kearns <bdkea...@gmail.com> Branch: Changeset: r69568:832578ce87ea Date: 2014-02-28 20:13 -0500 http://bitbucket.org/pypy/pypy/changeset/832578ce87ea/
Log: fix whatsnew 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 @@ -88,3 +88,9 @@ .. branch: numpy-refactor Cleanup micronumpy module + +.. branch: int_w-refactor +In a lot of places CPython allows objects with __int__ and __float__ instead of actual ints and floats, while until now pypy disallowed them. We fix it by making space.{int_w,float_w,etc.} accepting those objects by default, and disallowing conversions only when explicitly needed. + +.. branch: test-58c3d8552833 +Fix for getarrayitem_gc_pure optimization _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit