Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Python] Split line continuation bailout patterns
This commit ... 1. re-uses existing `else-pop` context 2. implements "string after newline" detection" in a separate pattern. Goals are better readability and avoiding nested lookaheads.
- Loading branch information