-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
inspect: Make Signature instances picklable #64925
Comments
There is no reason for Signature objects to be not picklable. |
For extra points, you could test with all protocol versions (from 0 to HIGHEST_PROTOCOL). |
Good idea, see the second patch. |
New changeset 0a8e3c910c0a by Yury Selivanov in branch 'default': |
Why not backporting this change to Python 3.4? Would it break something? |
Picklability is more of a new feature than a bugfix. |
New changeset f2bae047f6d0 by Yury Selivanov in branch 'default': |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: