There was an error while loading. Please reload this page.
1 parent 27c3d73 commit 6117ae3Copy full SHA for 6117ae3
1 file changed
Parser/lexer/state.h
@@ -70,7 +70,7 @@ typedef struct _tokenizer_mode {
70
struct tok_state {
71
/* Input state; buf <= cur <= inp */
72
/* NB an entire line is held in the buffer */
73
- char *buf; /* Owned for file/readline input; source-backed otherwise. */
+ char *buf;
74
char *cur; /* Next character in buffer */
75
char *inp; /* End of data in buffer */
76
_PyTok_Off buf_offset; /* Logical offset of buf[0]. */
0 commit comments