]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121621: Move asyncio running loop to thread state (GH-121695) (GH-121864)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 16 Jul 2024 17:57:37 +0000 (19:57 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Jul 2024 17:57:37 +0000 (01:57 +0800)
commit06d76c4b94f87b0785a96dbfa0904afc0b459cb7
tree4cdab1248456832a3609acd02a0583523337160e
parent54db42fe2ca6b6cbbed84499627064367869e6cb
[3.13] gh-121621: Move asyncio running loop to thread state (GH-121695) (GH-121864)

gh-121621: Move asyncio running loop to thread state (GH-121695)
(cherry picked from commit 69c68de43aef03dd52fabd21f99cb3b0f9329201)

Co-authored-by: Ken Jin <kenjin@python.org>
Include/cpython/pystate.h
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Modules/_asynciomodule.c
Python/pystate.c