mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 02:14:52 +01:00
...
This commit is contained in:
parent
04b45413c6
commit
a09869e9d8
1 changed files with 1 additions and 0 deletions
|
|
@ -372,6 +372,7 @@ tokenize_flat(PyObject *self, PyObject *args) {
|
|||
Py_DECREF(item); item = NULL;
|
||||
if (token == NULL) goto error;
|
||||
if (PyList_Append(tokens, token) != 0) { Py_DECREF(token); token = NULL; goto error; }
|
||||
Py_DECREF(token);
|
||||
|
||||
} // if(!(ignore_comments...
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue