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 34b9794 commit 7d36140Copy full SHA for 7d36140
1 file changed
mypyc/lib-rt/getargs.c
@@ -437,6 +437,7 @@ static void
437
skipitem(const char **p_format, va_list *p_va)
438
{
439
const char *format = *p_format;
440
+ format++;
441
442
if (p_va != NULL) {
443
(void) va_arg(*p_va, PyObject **);
0 commit comments