summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorYury Selivanov <yury@edgedb.com>2019-09-25 10:32:08 (GMT)
committerCarol Willing <carolcode@willingconsulting.com>2019-09-25 10:32:08 (GMT)
commitedad4d89e357c92f70c0324b937845d652b20afd (patch)
tree98cea6eaaf38962883784942aba23160b009360f /Misc/NEWS.d
parentc64af8fad3c4f5751af624647fbb0ce023f525dc (diff)
downloadcpython-edad4d89e357c92f70c0324b937845d652b20afd.zip
cpython-edad4d89e357c92f70c0324b937845d652b20afd.tar.gz
cpython-edad4d89e357c92f70c0324b937845d652b20afd.tar.bz2
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2019-09-22-13-05-36.bpo-38248.Yo3N_1.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-09-22-13-05-36.bpo-38248.Yo3N_1.rst b/Misc/NEWS.d/next/Library/2019-09-22-13-05-36.bpo-38248.Yo3N_1.rst
new file mode 100644
index 0000000..fc92209
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-09-22-13-05-36.bpo-38248.Yo3N_1.rst
@@ -0,0 +1 @@
+asyncio: Fix inconsistent immediate Task cancellation