File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,13 +10,6 @@ What's New in Python 3.4.0 Alpha 1?
1010Core and Builtins
1111-----------------
1212
13- - Issue #17206: Py_CLEAR(), Py_DECREF(), Py_XINCREF() and Py_XDECREF() now
14- expand their arguments once instead of multiple times. Patch written by Illia
15- Polosukhin.
16- - Issue #15392: Create a unittest framework for IDLE.
17- Rajagopalasarma Jayakrishnan
18-
19-
2013- Issue #17937: Try harder to collect cyclic garbage at shutdown.
2114
2215- Issue #12370: Prevent class bodies from interfering with the __class__
@@ -309,6 +302,9 @@ Library
309302Tests
310303-----
311304
305+ - Issue #15392: Create a unittest framework for IDLE.
306+ Rajagopalasarma Jayakrishnan
307+
312308- Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't
313309 accidentally hang.
314310
@@ -373,6 +369,10 @@ Tests
373369C-API
374370-----
375371
372+ - Issue #17206: Py_CLEAR(), Py_DECREF(), Py_XINCREF() and Py_XDECREF() now
373+ expand their arguments once instead of multiple times. Patch written by Illia
374+ Polosukhin.
375+
376376- Issue #17522: Add the PyGILState_Check() API.
377377
378378- Issue #17327: Add PyDict_SetDefault.
You can’t perform that action at this time.
0 commit comments