-
-
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 #4013 _resolve_host race conditions #4014
Conversation
@ojii this PR causes linter failures. Please fix those and go through the checklist above ☝️ |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ccfc90a
to
e44fe14
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
The PR should be backported to 3.6 branch on merging
I won't review this PR, plz handle the merge/backport this w/o me. |
👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments can help to keep the (not very obvious) change after future edits
Co-Authored-By: Andrew Svetlov <[email protected]>
Co-Authored-By: Andrew Svetlov <[email protected]>
Co-Authored-By: Andrew Svetlov <[email protected]>
Regarding @dimaqq note I can live with the current naming but if you guys want to use more meaningful names -- you are welcome. |
(cherry picked from commit 010caab) Co-authored-by: Jonas Obrist <[email protected]>
Thanks! |
What do these changes do?
Fixes #4013 by removing possible context switches between dictionary/cache tests and accessing those dictionaries/caches.
Are there changes in behavior for the user?
Related issue number
Fixes #4013
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.