Skip to content
Prev Previous commit
Merge branch 'main' into fix-await-ellipses
  • Loading branch information
MeGaGiGaGon authored Jun 6, 2025
commit 13fb2a93d1ee7030c436a31af60cdb22c54d8410
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- Handle `# fmt: skip` followed by a comment at the end of file (#4635)
- Fix crash when a tuple appears in the `as` clause of a `with` statement (#4634)
- Fix crash when tuple is used as a context manager inside a `with` statement (#4646)
- Fix crash on a `\\r\n` (#4673)
- Fix crash on `await ...` (where `...` is a literal `Ellipsis`) (#4676)
- Remove support for pre-python 3.7 `await/async` as soft keywords/variable names
(#4676)
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.