New GitHub issue #101432 from alicederyn:<br>

<hr>

<pre>
# Documentation

The docs for [inspect.getcoroutinestate](https://docs.python.org/3/library/inspect.html#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 b04dfbbe4bd7071d46c8688c2263726ea31d33cd.
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/101432">View on GitHub</a>
<p>Labels: docs</p>
<p>Assignee: </p>