diff options
author | Yury Selivanov <yury@magic.io> | 2018-05-28 20:27:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-28 20:27:34 (GMT) |
commit | 989b9e0e6d7dd2fa911f9bfd4744e7f3a82d6006 (patch) | |
tree | daf171ce1cdd2908624b75c80a85466e72fa46f6 /Misc | |
parent | 8267ea2e84d355f00654dec3ad782fc7b1f680f1 (diff) | |
download | cpython-989b9e0e6d7dd2fa911f9bfd4744e7f3a82d6006.zip cpython-989b9e0e6d7dd2fa911f9bfd4744e7f3a82d6006.tar.gz cpython-989b9e0e6d7dd2fa911f9bfd4744e7f3a82d6006.tar.bz2 |
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-05-28-12-29-54.bpo-33672.GM_Xm_.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-05-28-12-29-54.bpo-33672.GM_Xm_.rst b/Misc/NEWS.d/next/Library/2018-05-28-12-29-54.bpo-33672.GM_Xm_.rst new file mode 100644 index 0000000..36373c0 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-05-28-12-29-54.bpo-33672.GM_Xm_.rst @@ -0,0 +1 @@ +Fix Task.__repr__ crash with Cython's bogus coroutines |