-
-
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
[3.9] Fix cookie handling (#6638) #6891
[3.9] Fix cookie handling (#6638) #6891
Conversation
* Fix cookie handling * Fix cookie handling * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update aiohttp/cookiejar.py Co-authored-by: Sam Bull <[email protected]> Co-authored-by: Bruno Cabral <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sam Bull <[email protected]> (cherry picked from commit 916b3ee)
@Dreamsorcerer @webknjaz I don't think I should correct the lint error that there is in 3.9 branch for merging this as it was already present on the branch before this PR, but let me know if you think different. |
I've done it separately. But, I now remember there is another issue on 3.9 branch which causes all the tests to fail. We'll need to sort that out separately, then we can merge this (and probably some other pending backports). |
If you could merge latest 3.9 branch, so tests get passing again, that would be great. |
…3.9/916b3eecda825cd42415b6f8821c035647baf890/pr-6638
Codecov Report
@@ Coverage Diff @@
## 3.9 #6891 +/- ##
=======================================
Coverage 97.31% 97.31%
=======================================
Files 103 103
Lines 30170 30183 +13
Branches 3738 3738
=======================================
+ Hits 29360 29373 +13
Misses 617 617
Partials 193 193
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Fix cookie handling
Fix cookie handling
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: Sam Bull [email protected]
Co-authored-by: Bruno Cabral [email protected]
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sam Bull [email protected]
(cherry picked from commit 916b3ee)
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.