diff options
author | Yury Selivanov <yury@magic.io> | 2016-11-03 22:09:24 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-11-03 22:09:24 (GMT) |
commit | 491a912659a4aeb57c400f37b8059fa1ef7bed73 (patch) | |
tree | 94ffc1eb512bff47d248fef0d3ad10d7a8dffbbb /Misc | |
parent | 9e80eeb22dde9740dada6d750e4dcb1712d070ab (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -441,6 +441,8 @@ Library threadpool executor. Initial patch by Hans Lawrenz. +- Issue #28600: Optimize loop.call_soon(). + IDLE ---- |