]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121621: Move asyncio_running_loop to private struct (#121939)
authorSam Gross <colesbury@gmail.com>
Wed, 17 Jul 2024 22:21:24 +0000 (18:21 -0400)
committerGitHub <noreply@github.com>
Wed, 17 Jul 2024 22:21:24 +0000 (15:21 -0700)
commit81fd625b5c30cc6f417c93bad404923676ad8ca3
tree14ee5e6a109a6f0658ceeadf9ed19dc0786458b1
parentf113c1a2a9d4fb2860de1bd8c05677f00fd49bd9
gh-121621: Move asyncio_running_loop to private struct (#121939)

This avoids changing the ABI and keeps the field in the private struct.
Include/cpython/pystate.h
Include/internal/pycore_tstate.h
Modules/_asynciomodule.c
Python/pystate.c