]> granicus.if.org Git - python/commit
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7180)
authorYury Selivanov <yury@magic.io>
Tue, 29 May 2018 04:55:27 +0000 (00:55 -0400)
committerGitHub <noreply@github.com>
Tue, 29 May 2018 04:55:27 +0000 (00:55 -0400)
commite151f83deab9819fb8d9dfc59f9baa4a7273226c
tree084d530574d6a02f2377438e89a90524bbad8a8e
parent7593b8a5075ff45d71be9f62980be6a9c005afa9
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7180)

[3.6 backport of 989b9e0]
Lib/asyncio/coroutines.py
Lib/asyncio/events.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS.d/next/Library/2018-05-28-17-45-06.bpo-33672.GM_Xm_.rst [new file with mode: 0644]