]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128002: use per threads tasks linked list in asyncio (#128869)
authorKumar Aditya <kumaraditya@python.org>
Thu, 6 Feb 2025 18:51:07 +0000 (00:21 +0530)
committerGitHub <noreply@github.com>
Thu, 6 Feb 2025 18:51:07 +0000 (19:51 +0100)
commit0d68b14a0d8f493b2f403f64608bcfc055457053
treed074c86070595096fc1530dcfcf69fd1fecaefee
parentb4ff8b22b3066b814c3758f87eaddfa923e657ed
gh-128002: use per threads tasks linked list in asyncio (#128869)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Include/internal/pycore_interp.h
Include/internal/pycore_lock.h
Include/internal/pycore_pystate.h
Include/internal/pycore_tstate.h
Lib/test/test_asyncio/test_free_threading.py
Modules/_asynciomodule.c
Python/pystate.c