Author: Matti Picus <matti.pi...@gmail.com> Branch: Changeset: r92482:46f3190ace68 Date: 2017-09-27 21:27 +0300 http://bitbucket.org/pypy/pypy/changeset/46f3190ace68/
Log: update release notes for latest merges diff --git a/pypy/doc/release-v5.9.0.rst b/pypy/doc/release-v5.9.0.rst --- a/pypy/doc/release-v5.9.0.rst +++ b/pypy/doc/release-v5.9.0.rst @@ -24,7 +24,7 @@ memory use to 50% and increase parsing speed by up to 15% for large JSON files with many repeating dictionary keys (which is quite common). -CFFI_, which is part of the PyPy release, has been updated to 1.11, +CFFI_, which is part of the PyPy release, has been updated to 1.11.1, improving an already great package for interfacing with C. CFFI now supports complex arguments in API mode, as well as ``char16_t`` and ``char32_t`` and has improved support for callbacks. @@ -166,7 +166,8 @@ * Add support for ``_PyNamespace_New``, ``PyMemoryView_FromMemory``, ``Py_EnterRecursiveCall`` raising RecursionError, ``PyObject_LengthHint``, - ``PyUnicode_FromKindAndData``, ``PyDict_SetDefault``, ``PyGenObject`` + ``PyUnicode_FromKindAndData``, ``PyDict_SetDefault``, ``PyGenObject``, + ``PyGenObject``, ``PyUnicode_Substring``, ``PyLong_FromUnicodeObject`` * Implement ``PyType_FromSpec`` (PEP 384) and fix issues with PEP 489 support * Support the new version of ``os.stat()`` on win32 * Use ``stat3()`` on Posix _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit