Add a new base class for loop scoped variables in asyncio #128633
Open
Description
We have several loop-scoped global variables now. Some are Python objects, but llist_node
is a plain C structure.
Let's make a super-base C Extension class where we can put all these objects (both python and plain C) and inherit BaseEventLoop from it.
I personally feel that we will have more loop-scoped things like llist_node
in the future; now is a good time to settle a place for them.
Originally posted by @asvetlov in #128416 (comment)
Metadata
Assignees
Type
Projects
Status
Todo