]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105987: Fix reference counting issue in `_asyncio._swap_cur… (#106099)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Mon, 26 Jun 2023 08:51:28 +0000 (14:21 +0530)
committerGitHub <noreply@github.com>
Mon, 26 Jun 2023 08:51:28 +0000 (08:51 +0000)
commit9e6f8d46150c1a0af09d68ce63c603cf321994aa
tree4aa21a36c84f039425ae9e9583181385b0bbf616
parent84189640b72cb64d8be297ac1574351f7a611d2a
[3.12] gh-105987: Fix reference counting issue in `_asyncio._swap_cur… (#106099)

[3.12] gh-105987: Fix reference counting issue in `_asyncio._swap_current_task` (GH-105989).
(cherry picked from commit d2cbb6e918d9ea39f0dd44acb53270f2dac07454)

Co-authored-by: chgnrdv <52372310+chgnrdv@users.noreply.github.com>
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