pub unsafe extern "C" fn PyFrame_GetCode(
frame: *mut PyFrameObject,
) -> *mut PyCodeObjectAvailable on
Py_3_10, or Py_3_9 and non-Py_LIMITED_API only.pub unsafe extern "C" fn PyFrame_GetCode(
frame: *mut PyFrameObject,
) -> *mut PyCodeObjectPy_3_10, or Py_3_9 and non-Py_LIMITED_API only.