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

bpo-33138: Change standard error message for non-pickleable and non-copyable types. #6239

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Mar 25, 2018

It now says "cannot serialize" instead of "can't pickle".

https://bugs.python.org/issue33138

…pyable types.

It now says "cannot serialize" instead of "can't pickle".
@serhiy-storchaka serhiy-storchaka added the type-feature A feature request or enhancement label Mar 25, 2018
@serhiy-storchaka serhiy-storchaka changed the title bpo-33138: Chang standard error message for non-pickleable and non-copyable types. bpo-33138: Change standard error message for non-pickleable and non-copyable types. Jun 8, 2018
@serhiy-storchaka serhiy-storchaka requested a review from tiran July 8, 2018 07:08
@serhiy-storchaka
Copy link
Member Author

I'm going to merge this PR if there are no other suggestions.

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

LGTM.

@serhiy-storchaka serhiy-storchaka merged commit 0353b4e into python:master Oct 31, 2018
@serhiy-storchaka serhiy-storchaka deleted the non-serializable-error branch October 31, 2018 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants