diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2014-09-25 16:07:56 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2014-09-25 16:07:56 (GMT) |
commit | 592ada9b4b08ad57037e365b9c462d71c96e4453 (patch) | |
tree | abe659c0d56cf1446fb2a0eaa3a557f3a55c6e40 /Misc/NEWS | |
parent | 8c0e0ab767f0d6f8395d8c317b08977563b70d41 (diff) | |
download | cpython-592ada9b4b08ad57037e365b9c462d71c96e4453.zip cpython-592ada9b4b08ad57037e365b9c462d71c96e4453.tar.gz cpython-592ada9b4b08ad57037e365b9c462d71c96e4453.tar.bz2 |
asyncio: Improve canceled timer handles cleanup. Closes issue #22448.
Patch by Joshua Moore-Oliva.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -2,6 +2,20 @@ Python News +++++++++++ + +What's New in Python 3.4.3? +=========================== + +Core and Builtins +----------------- + +Library +------- + +- Issue #22448: Improve canceled timer handles cleanup to prevent + unbound memory usage. Patch by Joshua Moore-Oliva. + + What's New in Python 3.4.2? =========================== |