FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.7] bpo-33734: asyncio/ssl: a bunch of bugfixes (GH-7321) by miss-islington · Pull Request #7396 · python/cpython · GitHub

/ cpython Public

[3.7] bpo-33734: asyncio/ssl: a bunch of bugfixes (GH-7321) - #7396

Merged
1st1 merged 1 commit into
python:3.7from
miss-islington:backport-9602643-3.7
Jun 4, 2018
Merged

[3.7] bpo-33734: asyncio/ssl: a bunch of bugfixes (GH-7321)#7396
1st1 merged 1 commit into
python:3.7from
miss-islington:backport-9602643-3.7

Conversation

miss-islington commented Jun 4, 2018
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor
  • Fix AttributeError (not all SSL exceptions have 'errno' attribute)

  • Increase default handshake timeout from 10 to 60 seconds

  • Make sure start_tls can be cancelled correctly

  • Make sure any error in SSLProtocol gets propagated (instead of just being logged)
    (cherry picked from commit 9602643)

Co-authored-by: Yury Selivanov yury@magic.io

https://bugs.python.org/issue33734

* Fix AttributeError (not all SSL exceptions have 'errno' attribute)

* Increase default handshake timeout from 10 to 60 seconds
* Make sure start_tls can be cancelled correctly
* Make sure any error in SSLProtocol gets propagated (instead of just being logged)
(cherry picked from commit 9602643)

Co-authored-by: Yury Selivanov <yury@magic.io>

Copy link
Copy Markdown
Contributor Author

@1st1: Backport status check is done, and it's a success ✅ .

1 similar comment

Copy link
Copy Markdown
Contributor Author

@1st1: Backport status check is done, and it's a success ✅ .

1st1 merged commit 87936d0 into python:3.7 Jun 4, 2018

Copy link
Copy Markdown
Contributor Author

Thanks, @1st1!

miss-islington deleted the backport-9602643-3.7 branch June 4, 2018 16:05
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL