]> granicus.if.org Git - python/commit
asyncio: Make Tasks check if Futures are attached to the same event loop
authorYury Selivanov <yselivanov@sprymix.com>
Fri, 11 Dec 2015 16:33:59 +0000 (11:33 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Fri, 11 Dec 2015 16:33:59 +0000 (11:33 -0500)
commit0ac3a0cd7932079724aaabbb0a078e1c17129068
tree5aa52402d3fde41233b91ca88a04c03d6d6ed343
parentdddc781998da741511178c7cb4e303e3db5aac45
asyncio: Make Tasks check if Futures are attached to the same event loop

See https://github.com/python/asyncio/pull/303 for details
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py