mirror of
https://github.com/python/cpython.git
synced 2024-12-18 06:14:00 +08:00
merge 3.3
This commit is contained in:
commit
c3e10c237b
@ -324,7 +324,7 @@ _Py_DisplaySourceLine(PyObject *f, PyObject *filename, int lineno, int indent)
|
||||
strcpy(buf, " ");
|
||||
assert (strlen(buf) == 10);
|
||||
while (indent > 0) {
|
||||
if(indent < 10)
|
||||
if (indent < 10)
|
||||
buf[indent] = '\0';
|
||||
err = PyFile_WriteString(buf, f);
|
||||
if (err != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user