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
gh-56133: Clarify function/constructor parameter for pickle module #95497
Conversation
|
Thanks @slateny for the PR, and @JelleZijlstra for merging it |
|
GH-98131 is a backport of this pull request to the 3.11 branch. |
…ythonGH-95497) (cherry picked from commit 281a3f1) Co-authored-by: Stanley <[email protected]>
…ythonGH-95497) (cherry picked from commit 281a3f1) Co-authored-by: Stanley <[email protected]>
) (cherry picked from commit 281a3f1) Co-authored-by: Stanley <[email protected]>
|
Thanks @slateny for the PR, and @JelleZijlstra for merging it |
…ythonGH-95497) (cherry picked from commit 281a3f1) Co-authored-by: Stanley <[email protected]>
) (cherry picked from commit 281a3f1) Co-authored-by: Stanley <[email protected]>
) (cherry picked from commit 281a3f1) Co-authored-by: Stanley <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment


The
dispatch_tabledoc was added in this commit, which adds many more 'copyreg' references to thepickledoc, but finding info on the function/constructor parameter isn't too clear.Constructor argument doesn't seem to do anything:
cpython/Lib/copyreg.py
Lines 17 to 24 in 50b2261