diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-10-15 19:29:35 (GMT) |
---|---|---|
committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-10-15 19:34:54 (GMT) |
commit | 8cdaca8b25e3354530d66cbccc622e0e914e8e8a (patch) | |
tree | 569f57edf7b734105549a331020eb14f73347240 /Misc/NEWS.d/next/Library/2024-07-23-09-14-44.gh-issue-82951.-F5p5A.rst | |
parent | 3ea488aac44887a7cdb30be69580c81a0ca6afe2 (diff) | |
download | cpython-8cdaca8b25e3354530d66cbccc622e0e914e8e8a.zip cpython-8cdaca8b25e3354530d66cbccc622e0e914e8e8a.tar.gz cpython-8cdaca8b25e3354530d66cbccc622e0e914e8e8a.tar.bz2 |
Python 3.14.0a1v3.14.0a1
Diffstat (limited to 'Misc/NEWS.d/next/Library/2024-07-23-09-14-44.gh-issue-82951.-F5p5A.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-07-23-09-14-44.gh-issue-82951.-F5p5A.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-07-23-09-14-44.gh-issue-82951.-F5p5A.rst b/Misc/NEWS.d/next/Library/2024-07-23-09-14-44.gh-issue-82951.-F5p5A.rst deleted file mode 100644 index b3f0788..0000000 --- a/Misc/NEWS.d/next/Library/2024-07-23-09-14-44.gh-issue-82951.-F5p5A.rst +++ /dev/null @@ -1,3 +0,0 @@ -Serializing objects with complex ``__qualname__`` (such as unbound methods -and nested classes) by name no longer involves serializing parent objects by -value in pickle protocols < 4. |