-
-
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
Use quote_cookie
setting from ClientSession's cookiejar in tmp_cookie_jar
#10093
Conversation
CodSpeed Performance ReportMerging #10093 will not alter performanceComparing Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10093 +/- ##
=======================================
Coverage 98.74% 98.75%
=======================================
Files 122 122
Lines 36956 36965 +9
Branches 4411 4415 +4
=======================================
+ Hits 36494 36503 +9
Misses 315 315
Partials 147 147
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
for more information, see https://pre-commit.ci
Doing a release shortly. Drafting while #10093 (comment) is being worked out. |
Seems to be coverage of web_response.py:268 being lost by this change. Do we need to remove that check, or adjust a test..? |
Nevermind, probably a confusion with being out of sync with master, it's gone now. This is probably ready then. |
Backport to 3.11: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 7b5d54a on top of patchback/backports/3.11/7b5d54a96c1dd1282e9a79f9fc8056c02ca91c6f/pr-10093 Backporting merged PR #10093 into master
🤖 @patchback |
Backport to 3.12: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 7b5d54a on top of patchback/backports/3.12/7b5d54a96c1dd1282e9a79f9fc8056c02ca91c6f/pr-10093 Backporting merged PR #10093 into master
🤖 @patchback |
backport 3.11 #10175 |
backport 3.12 #10176 |
…ientSession's cookiejar in `tmp_cookie_jar` (#10175) Co-authored-by: pre-commit-ci[bot] Co-authored-by: Sam Bull <git@sambull.org> Co-authored-by: Cycloctane <Octane-vs@outlook.com>
…ientSession's cookiejar in `tmp_cookie_jar` (#10176) Co-authored-by: pre-commit-ci[bot] Co-authored-by: Sam Bull <git@sambull.org> Co-authored-by: Cycloctane <Octane-vs@outlook.com>
What do these changes do?
Reuse
quote_cookie
setting from ClientSession's cookiejar when creating temporary CookieJar in request method.Are there changes in behavior for the user?
Is it a substantial burden for the maintainers to support this?
This pr add a new property method to the abstract class of client's CookieJar.
Related issue number
Fixes #9336
Checklist
I think the code is well written
Unit tests for the changes exist
Documentation reflects the changes
If you provide code modification, please add yourself to
CONTRIBUTORS.txt
Add a new news fragment into the
CHANGES/
folderUse the past tense or the present tense a non-imperative mood,
referring to what's changed compared to the last released version
of this project.