diff --git a/Python/getargs.c b/Python/getargs.c index 0823515989f..3b73e410aeb 100644 --- a/Python/getargs.c +++ b/Python/getargs.c @@ -967,6 +967,8 @@ vgetargskeywords(PyObject *args, PyObject *keywords, char *format, message = format; break; } + else if (c == 'e') + ; /* Pass */ else if (isalpha(c)) max++; else if (c == '|')