]> granicus.if.org Git - python/commit
Issue #27972: Prohibit Tasks to await on themselves.
authorYury Selivanov <yury@magic.io>
Sun, 9 Oct 2016 16:19:12 +0000 (12:19 -0400)
committerYury Selivanov <yury@magic.io>
Sun, 9 Oct 2016 16:19:12 +0000 (12:19 -0400)
commit4145c8380699f7af14ae15179e01652e25f0d102
treed978e85119ce1efc2cb4643bf7ab9779102d3256
parent908d55dd7e395779ed1eb5c96664aca6297fedaa
Issue #27972: Prohibit Tasks to await on themselves.
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS