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
For historical reasons, the *_iframe field in _PyGenObject_HEAD is declared as PyObject*[], and later cast to _PyInterpreterFrame * (which is not a PyObject*).