Core and Builtins
-----------------
+ - Issue #16447: Fixed potential segmentation fault when setting __name__ on a
+ class.
+
- Issue #17669: Fix crash involving finalization of generators using yield from.
+- Issue #14439: Python now prints the traceback on runpy failure at startup.
+
+- Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks()
+ when running on valgrind.
+
- Issue #17619: Make input() check for Ctrl-C correctly on Windows.
+- Issue #17357: Add missing verbosity messages for -v/-vv that were lost during
+ the importlib transition.
+
- Issue #17610: Don't rely on non-standard behavior of the C qsort() function.
-- Issue #17357: Add missing verbosity output when using -v/-vv.
+- Issue #17323: The "[X refs, Y blocks]" printed by debug builds has been
+ disabled by default. It can be re-enabled with the `-X showrefcount` option.
+
+- Issue #17522: Add the PyGILState_Check() API.
+
+- Issue #17327: Add PyDict_SetDefault.
Library
-------