]> granicus.if.org Git - python/commit
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161)
authorYury Selivanov <yury@magic.io>
Mon, 28 May 2018 20:27:34 +0000 (16:27 -0400)
committerGitHub <noreply@github.com>
Mon, 28 May 2018 20:27:34 +0000 (16:27 -0400)
commit989b9e0e6d7dd2fa911f9bfd4744e7f3a82d6006
treedaf171ce1cdd2908624b75c80a85466e72fa46f6
parent8267ea2e84d355f00654dec3ad782fc7b1f680f1
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161)
Lib/asyncio/coroutines.py
Lib/asyncio/format_helpers.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS.d/next/Library/2018-05-28-12-29-54.bpo-33672.GM_Xm_.rst [new file with mode: 0644]