]> granicus.if.org Git - python/commit
Issue #28500: Fix asyncio to handle async gens GC from another thread.
authorYury Selivanov <yury@magic.io>
Fri, 21 Oct 2016 21:13:40 +0000 (17:13 -0400)
committerYury Selivanov <yury@magic.io>
Fri, 21 Oct 2016 21:13:40 +0000 (17:13 -0400)
commited0540698ef2ea66dfd662ac6e98a15e8eabf365
tree95b2ebb9782da72ffa6a72e73c22744d820fcb36
parent68adfa3b3e59a6b0162ae4fb375c0ce987e51174
Issue #28500: Fix asyncio to handle async gens GC from another thread.
Lib/asyncio/base_events.py
Misc/NEWS