-
-
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 stream .read() / .readany() / .iter_any() (#3525) #3527
Conversation
@asvetlov URGENT patch. Major bug. Please merge and backport as soon as possible. |
Any test? |
Later I will write. I consider to merge immediatelly. As 3.x is heavily broken |
Well, ok. Will do just after passing CI |
Codecov Report
@@ Coverage Diff @@
## master #3527 +/- ##
==========================================
- Coverage 97.94% 97.92% -0.03%
==========================================
Files 44 44
Lines 8562 8562
Branches 1381 1381
==========================================
- Hits 8386 8384 -2
- Misses 71 72 +1
- Partials 105 106 +1
Continue to review full report at Codecov.
|
(cherry picked from commit 5c4cb82) Co-authored-by: Коренберг Марк <[email protected]>
…3528) (cherry picked from commit 5c4cb82) Co-authored-by: Коренберг Марк <[email protected]>
…) (#3560) (cherry picked from commit c3f494f) Co-authored-by: Коренберг Марк <[email protected]>
…) (#3560) (#3565) (cherry picked from commit c3f494f) Co-authored-by: Коренберг Марк <[email protected]>
What do these changes do?
Are there changes in behavior for the user?
Related issue number
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.