X Tutup
The Wayback Machine - https://web.archive.org/web/20221208222555/https://github.com/python/cpython/pull/31443
Skip to content
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

[3.10] bpo-46252: Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442) #31443

Merged
merged 1 commit into from Feb 20, 2022

Conversation

asvetlov
Copy link
Contributor

@asvetlov asvetlov commented Feb 20, 2022

(cherry picked from commit 1f9d4c9)

Co-authored-by: Andrew Svetlov andrew.svetlov@gmail.com

https://bugs.python.org/issue46252

…sed methods (pythonGH-31442).

(cherry picked from commit 1f9d4c9)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
@asvetlov asvetlov requested a review from 1st1 as a code owner Feb 20, 2022
@asvetlov asvetlov changed the title [3.10] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442) [3.10] bpo-46252: Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442) Feb 20, 2022
@asvetlov asvetlov merged commit dde0488 into python:3.10 Feb 20, 2022
12 checks passed
@asvetlov asvetlov deleted the backport-1f9d4c9-3.10 branch Feb 20, 2022
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.

None yet

3 participants
X Tutup