-
-
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
Remove extra MultiDictProxy
wrapper from BaseRequest.query
#9098
Conversation
query is already a MultiDictProxy
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #9098 +/- ##
=======================================
Coverage 98.30% 98.30%
=======================================
Files 107 107
Lines 34403 34427 +24
Branches 4081 4085 +4
=======================================
+ Hits 33819 33844 +25
+ Misses 412 411 -1
Partials 172 172
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This reverts commit 78c7ad7.
Backport to 3.10: 💚 backport PR created✅ Backport PR branch: Backported as #9112 🤖 @patchback |
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #9113 🤖 @patchback |
What do these changes do?
Remove extra
MultiDictProxy
wrapper fromBaseRequest.query
query is already a MultiDictProxy even as far back as yarl 1.0.0 https://github.com/aio-libs/yarl/blob/829f6568916f9f3219a940720bee65103ca591c2/yarl/__init__.py#L472
Are there changes in behavior for the user?
no
Is it a substantial burden for the maintainers to support this?
no