Skip to content

Commit c45ae50

Browse files
committed
Drop _Py_FatalErrorFunc
1 parent 47ee19d commit c45ae50

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyo3-ffi/src/cpython/pyerrors.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,5 @@ extern_libpython! {
242242
end_col_offset: c_int,
243243
);
244244
pub fn PyErr_ProgramTextObject(filename: *mut PyObject, lineno: c_int) -> *mut PyObject;
245-
pub(crate) fn _Py_FatalErrorFunc(func: *const c_char, message: *const c_char);
246245
pub static PyExc_PythonFinalizationError: *mut PyObject;
247246
}

0 commit comments

Comments
 (0)