Constant pyo3::ffi::Py_TPFLAGS_HAVE_VECTORCALL

source ·
pub const Py_TPFLAGS_HAVE_VECTORCALL: u64 = _; // 2_048u64
Available on Py_3_12, or Py_3_8 and non-Py_LIMITED_API only.
Expand description

Set if the type implements the vectorcall protocol (PEP 590)

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here