We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d081d commit 302f729Copy full SHA for 302f729
Modules/_ctypes/callbacks.c
@@ -190,7 +190,7 @@ static void _CallPythonObject(ctypes_state *st,
190
error_object = _ctypes_get_errobj(st, &space);
191
if (error_object == NULL) {
192
PyErr_FormatUnraisable(
193
- "Exception ignored on setting error for "
+ "Exception ignored while setting error for "
194
"ctypes callback function %R",
195
callable);
196
goto Done;
@@ -285,7 +285,7 @@ static void _CallPythonObject(ctypes_state *st,
285
286
Error:
287
288
- "Exception ignored on creating argument %zd for "
+ "Exception ignored while creating argument %zd for "
289
290
i, callable);
291
0 commit comments