Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3547a3

Browse files
committed
Fix C99-ism, and add XXX to comment
1 parent 15bfc3b commit c3547a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/getargs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ convertsimple(PyObject *arg, const char **p_format, va_list *p_va, int flags,
849849
arg, msgbuf, bufsize);
850850
if (*format == '#') {
851851
FETCH_SIZE;
852-
assert(0); // redundant with if-case
852+
assert(0); /* XXX redundant with if-case */
853853
if (arg == Py_None)
854854
*q = 0;
855855
else

0 commit comments

Comments
 (0)