diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/ceval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/ceval.c b/Python/ceval.c index 4e08a2a..fd30e8f 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -1428,9 +1428,9 @@ eval_frame(PyFrameObject *f) s[len-1] == ' ') PyFile_SoftSpace(w, 1); } +#endif else PyFile_SoftSpace(w, 1); -#endif } Py_DECREF(v); Py_XDECREF(stream); |