Core and Builtins
-----------------
-- Issue #17206: Py_CLEAR(), Py_DECREF(), Py_XINCREF() and Py_XDECREF() now
- expand their arguments once instead of multiple times. Patch written by Illia
- Polosukhin.
-- Issue #15392: Create a unittest framework for IDLE.
- Rajagopalasarma Jayakrishnan
-
-
- Issue #17937: Try harder to collect cyclic garbage at shutdown.
- Issue #12370: Prevent class bodies from interfering with the __class__
Tests
-----
+- Issue #15392: Create a unittest framework for IDLE.
+ Rajagopalasarma Jayakrishnan
+
- Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't
accidentally hang.
C-API
-----
+- Issue #17206: Py_CLEAR(), Py_DECREF(), Py_XINCREF() and Py_XDECREF() now
+ expand their arguments once instead of multiple times. Patch written by Illia
+ Polosukhin.
+
- Issue #17522: Add the PyGILState_Check() API.
- Issue #17327: Add PyDict_SetDefault.