Author: Matti Picus <matti.pi...@gmail.com>
Branch: 
Changeset: r92462:646e49bc2489
Date: 2017-09-24 23:30 +0300
http://bitbucket.org/pypy/pypy/changeset/646e49bc2489/

Log:    finish reviewing commits up to this one

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
@@ -103,6 +103,7 @@
     bit-rot, disable due to many false positives
   * Add more functionality to ``sysconfig``
   * Added ``_swappedbytes_`` support for ``ctypes.Structure``
+  * Better support the ``inspect`` module on ``frames``
 
 * Bug Fixes 
 
@@ -124,6 +125,7 @@
     pure C macros
   * In the fast ``zip(intlist1, intlist2)`` implementation, don't wrap and 
unwrap
     all the ints
+  * Cache string keys that occur in json dicts, as they are likely to repeat
 
 * RPython improvements
 
@@ -148,7 +150,8 @@
 * New features
 
   * Add support for ``_PyNamespace_New``, ``PyMemoryView_FromMemory``, 
-    ``Py_EnterRecursiveCall`` raising RecursionError, ``PyObject_LengthHint``
+    ``Py_EnterRecursiveCall`` raising RecursionError, ``PyObject_LengthHint``,
+    ``PyUnicode_FromKindAndData``, ``PyDict_SetDefault``, ``PyGenObject``
   * mplement ``PyType_FromSpec`` (PEP 384) and fix issues with PEP 489 support
   * Support the new version of ``os.stat()`` on win32
   * Use ``stat3()`` on Posix
@@ -163,6 +166,7 @@
   * Mirror CPython ``classmethod __reduce__`` which fixes pickling test
   * Use utf-8 for ``readline`` history file
   * Allow assigning ``'__class__'`` between ``ModuleType`` and its subclasses
+  * Add async slot functions in cpyext
 
 * Bug Fixes
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to