You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Cinder JIT we use a different type for generators, which breaks the test which uses this function.
In general I believe the intent with generators is they have the right structure rather than type, so a failure to find the send() method is arguably more correct if the wrong object is used.