Skip to content

Commit 628f34f

Browse files
committed
Update ImportError definition for ComplexExtendsEx
1 parent a9c7f40 commit 628f34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/exceptions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1949,7 +1949,7 @@ static PyMethodDef ImportError_methods[] = {
19491949
ComplexExtendsException(PyExc_Exception, ImportError,
19501950
ImportError, 0 /* new */,
19511951
ImportError_methods, ImportError_members,
1952-
0 /* getset */, ImportError_str,
1952+
0 /* getset */, ImportError_str, 0,
19531953
"Import can't find module, or can't find name in "
19541954
"module.");
19551955

0 commit comments

Comments
 (0)