-
Notifications
You must be signed in to change notification settings - Fork 328
Try using super() to prevent recursion #750
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #750 +/- ##
=======================================
+ Coverage 43% 53% +9%
=======================================
Files 88 88
Lines 12342 9907 -2435
Branches 1803 1747 -56
=======================================
- Hits 5421 5281 -140
+ Misses 6516 4271 -2245
+ Partials 405 355 -50
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
_original_wrap_socket.__globals__['SSLContext'] = tmp_sslcontext | ||
_original_sslsocket._create.__globals__['SSLSocket'] = tmp_sslsocket | ||
_original_wrap_socket.__globals__["SSLContext"] = tmp_sslcontext | ||
_original_sslsocket.sslsocket_class._create.__globals__[ |
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.
please don't shrink it
there's max-line-width = 123 in tox.ini
if you want to introduce black formatter it's very much welcome in separate patch, with 123 width
Can you explain the purpose of this PR? Thank you! |
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.
Please explain the motivation for this PR, it's unclear to me.
No description provided.