summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-11-03 22:09:24 (GMT)
committerYury Selivanov <yury@magic.io>2016-11-03 22:09:24 (GMT)
commit491a912659a4aeb57c400f37b8059fa1ef7bed73 (patch)
tree94ffc1eb512bff47d248fef0d3ad10d7a8dffbbb /Misc
parent9e80eeb22dde9740dada6d750e4dcb1712d070ab (diff)
downloadcpython-491a912659a4aeb57c400f37b8059fa1ef7bed73.zip
cpython-491a912659a4aeb57c400f37b8059fa1ef7bed73.tar.gz
cpython-491a912659a4aeb57c400f37b8059fa1ef7bed73.tar.bz2
Issue #28600: Optimize loop.call_soon().
Run expensive type checks only in debug mode. In addition, stop supporting passing handles to loop.run_in_executor.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5410c77..5c936bd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -441,6 +441,8 @@ Library
threadpool executor.
Initial patch by Hans Lawrenz.
+- Issue #28600: Optimize loop.call_soon().
+
IDLE
----