This commit is contained in:
Benjamin Peterson 2013-05-27 14:49:31 -07:00
parent da5eb5a31c
commit acfa291af9
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ What's New in Python 3.4.0 Alpha 1?
Core and Builtins
-----------------
- Issue #17206: Py_CLEAR(), Py_DECREF(), Py_XINCREF() and Py_XDECREF() now
expands their arguments once instead of multiple times.
Patch written by Illia Polosukhin.
- 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 #17937: Try harder to collect cyclic garbage at shutdown.