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*).
For historical reasons, the
*_iframefield in_PyGenObject_HEADis declared asPyObject*[], and later cast to_PyInterpreterFrame *(which is not a PyObject*).Linked PRs