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 bdeb56c commit a9f435eCopy full SHA for a9f435e
1 file changed
Modules/_ctypes/callproc.c
@@ -484,7 +484,7 @@ PyCArg_repr(PyCArgObject *self)
484
#ifdef MS_WIN32
485
"<cparam '%c' (%I64d)>",
486
#else
487
- "<cparam '%c' (%qd)>",
+ "<cparam '%c' (%lld)>",
488
#endif
489
self->tag, self->value.q);
490
break;
0 commit comments