mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
Fix C99-ism, and add XXX to comment
This commit is contained in:
parent
15bfc3b082
commit
c3547a311e
1 changed files with 1 additions and 1 deletions
|
@ -849,7 +849,7 @@ convertsimple(PyObject *arg, const char **p_format, va_list *p_va, int flags,
|
|||
arg, msgbuf, bufsize);
|
||||
if (*format == '#') {
|
||||
FETCH_SIZE;
|
||||
assert(0); // redundant with if-case
|
||||
assert(0); /* XXX redundant with if-case */
|
||||
if (arg == Py_None)
|
||||
*q = 0;
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue