]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129874: avoid mixing pure python and C impl in eager execution (#130515)
authorKumar Aditya <kumaraditya@python.org>
Mon, 24 Feb 2025 15:37:59 +0000 (21:07 +0530)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2025 15:37:59 +0000 (15:37 +0000)
commit38d45d23a67edd603f26981c8498dc09c83e8091
treee0eb335f53c53bdf839a9742001f400e133f9c06
parent8a76eb846926384a48bb1997bbf5c162fe29fc5d
gh-129874: avoid mixing pure python and C impl in eager execution (#130515)
Lib/asyncio/tasks.py