Skip to content

bpo-33023: SSL pickle error message#6099

Closed
tiran wants to merge 1 commit intopython:masterfrom
tiran:bpo-33023-ssl-copy
Closed

bpo-33023: SSL pickle error message#6099
tiran wants to merge 1 commit intopython:masterfrom
tiran:bpo-33023-ssl-copy

Conversation

@tiran
Copy link
Copy Markdown
Member

@tiran tiran commented Mar 13, 2018

Improve error message when trying to serialize SSLContext, SSLObject, and
SSLSocket objects. The classes can't be pickled or copied by the copy
module.

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue33023

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be test_socket_copy_pickle perhaps?

@tiran tiran force-pushed the bpo-33023-ssl-copy branch from e3a5376 to bf4c7f7 Compare March 13, 2018 09:55
Improve error message when trying to serialize SSLContext, SSLObject, and
SSLSocket objects. The classes can't be pickled or copied by the copy
module.

Signed-off-by: Christian Heimes <christian@python.org>
@tiran tiran force-pushed the bpo-33023-ssl-copy branch from bf4c7f7 to 2ddc5ec Compare March 14, 2018 06:42
Copy link
Copy Markdown
Contributor

@taleinat taleinat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No test for SSLObject?

@vstinner
Copy link
Copy Markdown
Member

I removed the " needs backport to 3.6" label, the 3.6 branch no longer accept bugfixes (only security fixes are accepted): https://devguide.python.org/#status-of-python-branches

@tiran
Copy link
Copy Markdown
Member Author

tiran commented May 28, 2019

@serhiy-storchaka has addressed the issue in PR #10934

@tiran tiran closed this May 28, 2019
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.

6 participants