Uh oh!
There was an error while loading. Please reload this page.
The explanation of cr_suspended should be added to Types and members #142992
Closed as duplicate of#142994
There was an error while loading. Please reload this page.
cr_suspended should be added to Types and members #142992
This issue is similar to #138966. In #30633 (Python 3.11), the
cr_suspendedattribute was added to coroutine objects (just as thegi_suspendedattribute was added to generator objects in the same PR), and this was also reflected in python/typeshed#7900. However, it is missing from the "Types and members" section of theinspectmodule.