bpo-44094: Remove deprecated PyErr_ APIs. (GH-26011) · wrongnull/cpython@ae3c66a · GitHub
Skip to content

Commit ae3c66a

Browse files
authored
bpo-44094: Remove deprecated PyErr_ APIs. (pythonGH-26011)
These APIs are deprecated since Python 3.3. They are not documented too.
1 parent e0c614e commit ae3c66a

3 files changed

Lines changed: 4 additions & 54 deletions

File tree

Include/cpython/pyerrors.h

Lines changed: 0 additions & 18 deletions
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Remove ``PyErr_SetFromErrnoWithUnicodeFilename()``,
2+
``PyErr_SetFromWindowsErrWithUnicodeFilename()``, and
3+
``PyErr_SetExcFromWindowsErrWithUnicodeFilename()``. They are not documented
4+
and have been deprecated since Python 3.3.

Python/errors.c

Lines changed: 0 additions & 36 deletions

0 commit comments

Comments
 (0)