macro_rules! _access_field {
($obj:expr, $type: ident, $field:ident) => { ... };
}Available on neither
GraalPy nor PyPy and non-Py_LIMITED_API only.macro_rules! _access_field {
($obj:expr, $type: ident, $field:ident) => { ... };
}GraalPy nor PyPy and non-Py_LIMITED_API only.