]> granicus.if.org Git - python/commit
Issue #28600: Optimize loop.call_soon().
authorYury Selivanov <yury@magic.io>
Thu, 3 Nov 2016 22:09:24 +0000 (15:09 -0700)
committerYury Selivanov <yury@magic.io>
Thu, 3 Nov 2016 22:09:24 +0000 (15:09 -0700)
commit491a912659a4aeb57c400f37b8059fa1ef7bed73
tree94ffc1eb512bff47d248fef0d3ad10d7a8dffbbb
parent9e80eeb22dde9740dada6d750e4dcb1712d070ab
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.
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS