Skip to content

[3.15] gh-156166: Fix setting and deleting SSLContext._msg_callback (GH-156167) - #156171

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-67f4d53-3.15
Open

[3.15] gh-156166: Fix setting and deleting SSLContext._msg_callback (GH-156167)#156171
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-67f4d53-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

The setter released the old callback before validating the new value,
so a failed assignment or a deletion removed it.
(cherry picked from commit 67f4d53)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…ythonGH-156167)

The setter released the old callback before validating the new value,
so a failed assignment or a deletion removed it.
(cherry picked from commit 67f4d53)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants