]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28371: Deprecate passing asyncio.Handles to run_in_executor.
authorYury Selivanov <yury@magic.io>
Wed, 5 Oct 2016 22:28:09 +0000 (18:28 -0400)
committerYury Selivanov <yury@magic.io>
Wed, 5 Oct 2016 22:28:09 +0000 (18:28 -0400)
commit0de3de6cbfe034654dc03f3808de0c25e28a0c38
tree029aa41fce2b4a4f4e57bd99764e452a239f3172
parent3e56ff0d08a65ea1e0fe361ae22d855acc9d65bb
Issue #28371: Deprecate passing asyncio.Handles to run_in_executor.
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_base_events.py
Misc/NEWS