Skip to content

Commit

Permalink
fix: remove excess argument for _PyCFunctionFast
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalkuthe committed Jan 25, 2022
1 parent 770e52f commit 23d2acc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyo3-ffi/src/methodobject.rs
Expand Up @@ -36,7 +36,6 @@ pub type _PyCFunctionFast = unsafe extern "C" fn(
slf: *mut PyObject,
args: *mut *mut PyObject,
nargs: crate::pyport::Py_ssize_t,
kwnames: *mut PyObject,
) -> *mut PyObject;

pub type PyCFunctionWithKeywords = unsafe extern "C" fn(
Expand Down

0 comments on commit 23d2acc

Please sign in to comment.