This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients methane
Date 2021-05-10.05:07:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620623222.39.0.271042914015.issue44094@roundup.psfhosted.org>
In-reply-to
Content
These APIs are deprecated since Python 3.3. They are not documented too.

```
#ifdef MS_WINDOWS
Py_DEPRECATED(3.3)
PyAPI_FUNC(PyObject *) PyErr_SetFromErrnoWithUnicodeFilename(
    PyObject *, const Py_UNICODE *);

/* XXX redeclare to use WSTRING */
Py_DEPRECATED(3.3)
PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithUnicodeFilename(
    int, const Py_UNICODE *);
Py_DEPRECATED(3.3)
PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithUnicodeFilename(
    PyObject *,int, const Py_UNICODE *);
#endif
```
History
Date User Action Args
2021-05-10 05:07:02methanesetrecipients: + methane
2021-05-10 05:07:02methanesetmessageid: <1620623222.39.0.271042914015.issue44094@roundup.psfhosted.org>
2021-05-10 05:07:02methanelinkissue44094 messages
2021-05-10 05:07:02methanecreate