Open
Description
Documentation
The docs for inspect.getcoroutinestate state:
will accept any coroutine-like object that has cr_running and cr_frame attributes.
However, it seems as if as of py3.11 you also need a cr_suspended attribute, I believe due to b04dfbb.