]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) (#121943)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 18 Jul 2024 08:52:39 +0000 (10:52 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Jul 2024 08:52:39 +0000 (01:52 -0700)
commitafa5321c6c7cbb28cc1f4100ca3213669a01389d
treede06aec801b0097bdf58f520818af22dcdb5627a
parenta12c10590828cd840679f44ed1a92f2d970eb940
[3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) (#121943)

gh-121621: Move asyncio_running_loop to private struct (GH-121939)

This avoids changing the ABI and keeps the field in the private struct.
(cherry picked from commit 81fd625b5c30cc6f417c93bad404923676ad8ca3)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Include/cpython/pystate.h
Include/internal/pycore_tstate.h
Modules/_asynciomodule.c
Python/pystate.c