Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-102856: Initial implementation of PEP 701 #102855

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Apr 19, 2023
Prev Previous commit
Next Next commit
fixup! Remove double space in import error message (#103458)
  • Loading branch information
pablogsal committed Apr 14, 2023
commit c2efa4691da4167695803eadadd66cea9d527617
2 changes: 1 addition & 1 deletion 2 Parser/tokenizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ typedef struct _tokenizer_mode {
enum tokenizer_mode_kind_t kind;

int bracket_stack;
int bracket_mark[MAX_EXPR_NEXTING];
int bracket_mark[MAX_EXPR_NEXTING+1];
int bracket_mark_index;

char f_string_quote;
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.