]> granicus.if.org Git - python/commit
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) (GH-7173)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 28 May 2018 22:31:07 +0000 (15:31 -0700)
committerYury Selivanov <yury@magic.io>
Mon, 28 May 2018 22:31:07 +0000 (18:31 -0400)
commit075c662086859f864aa1179f57367aa470ee6335
treed8d20649b54980e623a4b02470255b582644d68f
parent4b828467a3fcec0c1947e8326f67b8db12a4f303
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) (GH-7173)

(cherry picked from commit 989b9e0e6d7dd2fa911f9bfd4744e7f3a82d6006)

Co-authored-by: Yury Selivanov <yury@magic.io>
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]