Commit 34ad2faf authored by Victor Stinner's avatar Victor Stinner

Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.h

PyErr_SetFromWindowsErrWithFilenameObject() was never implemented.
parent ea962110
......@@ -208,8 +208,6 @@ PyAPI_FUNC(PyObject *) PyErr_Format(
);
#ifdef MS_WINDOWS
PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilenameObject(
int, const char *);
PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilename(
int ierr,
const char *filename /* decoded from the filesystem encoding */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment