mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +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);
|
arg, msgbuf, bufsize);
|
||||||
if (*format == '#') {
|
if (*format == '#') {
|
||||||
FETCH_SIZE;
|
FETCH_SIZE;
|
||||||
assert(0); // redundant with if-case
|
assert(0); /* XXX redundant with if-case */
|
||||||
if (arg == Py_None)
|
if (arg == Py_None)
|
||||||
*q = 0;
|
*q = 0;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue