diff options
author | Brett Cannon <brett@python.org> | 2013-07-04 17:48:16 -0400 |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2013-07-04 17:48:16 -0400 |
commit | 82da8886cc3d8166ab8ef5a257cb04a32ddb1720 (patch) | |
tree | 081cfaea38e07f443861716a38c7bc778431153a /Include/pyerrors.h | |
parent | Issue #15767: Back out 8d28d44f3a9a related to ModuleNotFoundError. (diff) | |
download | cpython-82da8886cc3d8166ab8ef5a257cb04a32ddb1720.tar.gz cpython-82da8886cc3d8166ab8ef5a257cb04a32ddb1720.tar.bz2 cpython-82da8886cc3d8166ab8ef5a257cb04a32ddb1720.zip |
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
Diffstat (limited to 'Include/pyerrors.h')
-rw-r--r-- | Include/pyerrors.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/pyerrors.h b/Include/pyerrors.h index 22a22cef2ca..2e66c0efb62 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 *); |