]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129874: avoid mixing pure python and C implementation of asyncio (#129875)
authorKumar Aditya <kumaraditya@python.org>
Sun, 9 Feb 2025 10:27:00 +0000 (15:57 +0530)
committerGitHub <noreply@github.com>
Sun, 9 Feb 2025 10:27:00 +0000 (15:57 +0530)
commitd5796e64e061a5366186561d1a003c1436ad3492
treed2507e4ec1874081438c815b6409b31d285350d0
parent6fbf15f98e04f582aeccf5334a94840149ff7cd5
gh-129874: avoid mixing pure python and C implementation of asyncio (#129875)
Lib/asyncio/tasks.py