-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fix Python parser when chunk separators align #8720
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8720 +/- ##
=======================================
Coverage 98.13% 98.13%
=======================================
Files 107 107
Lines 33977 33986 +9
Branches 4022 4023 +1
=======================================
+ Hits 33344 33353 +9
Misses 456 456
Partials 177 177
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport to 3.10: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 6d3d1fc on top of patchback/backports/3.10/6d3d1fcf2583eb7b8330b194c00356ce169b2ebd/pr-8720 Backporting merged PR #8720 into master
🤖 @patchback |
Backport to 3.11: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 6d3d1fc on top of patchback/backports/3.11/6d3d1fcf2583eb7b8330b194c00356ce169b2ebd/pr-8720 Backporting merged PR #8720 into master
🤖 @patchback |
(cherry picked from commit 6d3d1fc)
(cherry picked from commit 6d3d1fc)
Fixes #3904.