summaryrefslogtreecommitdiff
path: root/Include/pyerrors.h
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-07-04 17:48:16 -0400
committerBrett Cannon <brett@python.org>2013-07-04 17:48:16 -0400
commit82da8886cc3d8166ab8ef5a257cb04a32ddb1720 (patch)
tree081cfaea38e07f443861716a38c7bc778431153a /Include/pyerrors.h
parent45091c0a0c4b759f36a2094d324e9e2022b4106b (diff)
downloadcpython-git-82da8886cc3d8166ab8ef5a257cb04a32ddb1720.tar.gz
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
Diffstat (limited to 'Include/pyerrors.h')
-rw-r--r--Include/pyerrors.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/pyerrors.h b/Include/pyerrors.h
index 22a22cef2c..2e66c0efb6 100644
--- a/Include/pyerrors.h
+++ b/Include/pyerrors.h
@@ -268,9 +268,6 @@ PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErr(PyObject *, int);
PyAPI_FUNC(PyObject *) PyErr_SetExcWithArgsKwargs(PyObject *, PyObject *,
PyObject *);
-
-PyAPI_FUNC(PyObject *) PyErr_SetImportErrorSubclass(PyObject *, PyObject *,
- PyObject *, PyObject *);
PyAPI_FUNC(PyObject *) PyErr_SetImportError(PyObject *, PyObject *,
PyObject *);