diff options
Diffstat (limited to 'Python/pythonrun.c')
| -rw-r--r-- | Python/pythonrun.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/Python/pythonrun.c b/Python/pythonrun.c index f755d11..cf8f7bf 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -1344,8 +1344,6 @@ print_error_text(PyObject *f, int offset, const char *text)  {      char *nl;      if (offset >= 0) { -        if (offset > 0 && offset == (int)strlen(text)) -            offset--;          for (;;) {              nl = strchr(text, '\n');              if (nl == NULL || nl-text >= offset) | 
