]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#3367: revert rev. 65539: this change causes test_parser to fail
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 5 Aug 2008 02:05:23 +0000 (02:05 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 5 Aug 2008 02:05:23 +0000 (02:05 +0000)
Parser/tokenizer.c

index 73ff92a19939abb7573a95a0823b050fabf31f50..1d0a4aa3f23b438dc5c17185bbd973130582f436 100644 (file)
@@ -1117,7 +1117,7 @@ tok_get(register struct tok_state *tok, char **p_start, char **p_end)
        register int c;
        int blankline;
 
-       tok->line_start = *p_start = *p_end = NULL;
+       *p_start = *p_end = NULL;
   nextline:
        tok->start = NULL;
        blankline = 0;