]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122459: Optimize pickling by name objects without __module__ (GH-122460)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 5 Aug 2024 13:21:32 +0000 (16:21 +0300)
committerGitHub <noreply@github.com>
Mon, 5 Aug 2024 13:21:32 +0000 (16:21 +0300)
commit1bb955a2fe0237721c141fdfe520fd3ba46db11e
tree56bfc52f28cbdfc12d252e39b969e9ae4691cefb
parent1422500d020bd199b26357fc387f8b79b82226cd
gh-122459: Optimize pickling by name objects without __module__ (GH-122460)
Lib/pickle.py
Lib/test/pickletester.py
Misc/NEWS.d/next/Library/2024-07-30-15-57-07.gh-issue-122459.AYIoeN.rst [new file with mode: 0644]
Modules/_pickle.c