Author: Matti Picus <matti.pi...@gmail.com> Branch: Changeset: r89150:c1f9b348dbb3 Date: 2016-12-18 17:58 +0200 http://bitbucket.org/pypy/pypy/changeset/c1f9b348dbb3/
Log: document merged 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 @@ -56,3 +56,11 @@ The Cling-backend brings support for modern C++ (11, 14, etc.), dynamic template instantations, and improved integration with CFFI for better performance. It also provides interactive C++ (and bindings to that). + +.. branch: better-PyDict_Next + +Improve the performance of ``PyDict_Next``. When trying ``PyDict_Next`` on a +typedef dict, the test exposed a problem converting a ``GetSetProperty`` to a +``PyGetSetDescrObject``. The other direction seem to be fully implemented. +This branch made a minimal effort to convert the basic fields to avoid +segfaults, but trying to use the ``PyGetSetDescrObject`` will probably fail. _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit