-
-
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 TLS transport is None
error
#7333
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7333 +/- ##
==========================================
- Coverage 97.30% 97.27% -0.03%
==========================================
Files 106 106
Lines 31456 31402 -54
Branches 3940 3925 -15
==========================================
- Hits 30608 30547 -61
- Misses 644 650 +6
- Partials 204 205 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 15 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@webknjaz This one could probably go in the next release, if you think the change looks reasonable. |
Backport to 3.8: 💚 backport PR created✅ Backport PR branch: Backported as #7357 🤖 @patchback |
Co-authored-by: Sviatoslav Sydorenko <[email protected]> (cherry picked from commit 3a54d37)
Backport to 3.9: 💚 backport PR created✅ Backport PR branch: Backported as #7358 🤖 @patchback |
Co-authored-by: Sviatoslav Sydorenko <[email protected]> (cherry picked from commit 3a54d37)
…7357) Co-authored-by: Sam Bull <[email protected]> Fixes #3355
…7358) Co-authored-by: Sam Bull <[email protected]> Fixes #3355
Fixes #3355
The type has been fixed in
typeshed
as well, so the bug here would be highlighted in mypy 1.5+.python/typeshed#10346 (comment)