mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix for
[ 558249 ] softspace vs --disable-unicode And #endif was in the wrong place. Bugfix candidate, almost surely. I think I will embark on squashing test failures in --disable-unicode builds -- a Real Bug was hiding under them.
This commit is contained in:
parent
47f3e2cb6c
commit
d95c828307
1 changed files with 1 additions and 1 deletions
|
@ -1428,9 +1428,9 @@ eval_frame(PyFrameObject *f)
|
||||||
s[len-1] == ' ')
|
s[len-1] == ' ')
|
||||||
PyFile_SoftSpace(w, 1);
|
PyFile_SoftSpace(w, 1);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
else
|
else
|
||||||
PyFile_SoftSpace(w, 1);
|
PyFile_SoftSpace(w, 1);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
Py_DECREF(v);
|
Py_DECREF(v);
|
||||||
Py_XDECREF(stream);
|
Py_XDECREF(stream);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue