summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorchgnrdv <52372310+chgnrdv@users.noreply.github.com>2023-06-24 05:23:24 (GMT)
committerGitHub <noreply@github.com>2023-06-24 05:23:24 (GMT)
commitd2cbb6e918d9ea39f0dd44acb53270f2dac07454 (patch)
tree3213bf7756362e646911f88dedc7755c7e7c78c6 /Misc
parent4849a80dd1cbbc5010e8749ba60eb91a541ae4e7 (diff)
downloadcpython-d2cbb6e918d9ea39f0dd44acb53270f2dac07454.zip
cpython-d2cbb6e918d9ea39f0dd44acb53270f2dac07454.tar.gz
cpython-d2cbb6e918d9ea39f0dd44acb53270f2dac07454.tar.bz2
gh-105987: Fix reference counting issue in `_asyncio._swap_current_task` (#105989)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-06-22-15-21-11.gh-issue-105987.T7Kzrb.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-06-22-15-21-11.gh-issue-105987.T7Kzrb.rst b/Misc/NEWS.d/next/Library/2023-06-22-15-21-11.gh-issue-105987.T7Kzrb.rst
new file mode 100644
index 0000000..0bc97da
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-06-22-15-21-11.gh-issue-105987.T7Kzrb.rst
@@ -0,0 +1 @@
+Fix crash due to improper reference counting in :mod:`asyncio` eager task factory internal routines.