mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[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 69c68de43a)
Co-authored-by: Ken Jin <kenjin@python.org>
This commit is contained in:
parent
54db42fe2c
commit
06d76c4b94
7 changed files with 18 additions and 111 deletions
|
|
@ -68,6 +68,8 @@ struct _ts {
|
|||
pycore_ceval.h. */
|
||||
uintptr_t eval_breaker;
|
||||
|
||||
PyObject *asyncio_running_loop; // Strong reference
|
||||
|
||||
struct {
|
||||
/* Has been initialized to a safe state.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue