summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2014-09-25 16:07:56 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2014-09-25 16:07:56 (GMT)
commit592ada9b4b08ad57037e365b9c462d71c96e4453 (patch)
treeabe659c0d56cf1446fb2a0eaa3a557f3a55c6e40 /Misc/NEWS
parent8c0e0ab767f0d6f8395d8c317b08977563b70d41 (diff)
downloadcpython-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/NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5b8cbca..2f3d9d1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
===========================