Skip to content

Commit 95b5d07

Browse files
pablogsalEclips4
andauthored
Update Parser/tokenizer.h
Co-authored-by: Eclips4 <[email protected]>
1 parent ed0ef34 commit 95b5d07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Parser/tokenizer.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ typedef struct _tokenizer_mode {
5757
const char* f_string_start;
5858
const char* f_string_multi_line_start;
5959

60-
int last_expr_size;
61-
int last_expr_end;
60+
Py_ssize_t last_expr_size;
61+
Py_ssize_t last_expr_end;
6262
char* last_expr_buffer;
6363
} tokenizer_mode;
6464

0 commit comments

Comments
 (0)