]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105987: Fix reference counting issue in `_asyncio._swap_current_task` (#105989)
authorchgnrdv <52372310+chgnrdv@users.noreply.github.com>
Sat, 24 Jun 2023 05:23:24 +0000 (08:23 +0300)
committerGitHub <noreply@github.com>
Sat, 24 Jun 2023 05:23:24 +0000 (10:53 +0530)
commitd2cbb6e918d9ea39f0dd44acb53270f2dac07454
tree3213bf7756362e646911f88dedc7755c7e7c78c6
parent4849a80dd1cbbc5010e8749ba60eb91a541ae4e7
gh-105987: Fix reference counting issue in `_asyncio._swap_current_task` (#105989)
Lib/test/test_asyncio/test_eager_task_factory.py
Misc/NEWS.d/next/Library/2023-06-22-15-21-11.gh-issue-105987.T7Kzrb.rst [new file with mode: 0644]
Modules/_asynciomodule.c