Skip to content

[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

@miss-islington miss-islington commented Jun 4, 2018

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>
@miss-islington

Copy link
Copy Markdown
Contributor Author

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

1 similar comment
@miss-islington

Copy link
Copy Markdown
Contributor Author

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

@1st1 1st1 merged commit 87936d0 into python:3.7 Jun 4, 2018
@miss-islington

Copy link
Copy Markdown
Contributor Author

Thanks, @1st1!

@miss-islington miss-islington deleted the backport-9602643-3.7 branch June 4, 2018 16:05
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