mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.h
PyErr_SetFromWindowsErrWithFilenameObject() was never implemented.
This commit is contained in:
parent
ea9621102e
commit
34ad2faf85
1 changed files with 0 additions and 2 deletions
|
@ -208,8 +208,6 @@ PyAPI_FUNC(PyObject *) PyErr_Format(
|
||||||
);
|
);
|
||||||
|
|
||||||
#ifdef MS_WINDOWS
|
#ifdef MS_WINDOWS
|
||||||
PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilenameObject(
|
|
||||||
int, const char *);
|
|
||||||
PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilename(
|
PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilename(
|
||||||
int ierr,
|
int ierr,
|
||||||
const char *filename /* decoded from the filesystem encoding */
|
const char *filename /* decoded from the filesystem encoding */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue