]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126992: Change pickle code to base 10 for load_long and load_int (GH-127042)
authorJustin Applegate <70449145+Legoclones@users.noreply.github.com>
Wed, 11 Dec 2024 12:37:59 +0000 (05:37 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2024 12:37:59 +0000 (12:37 +0000)
commitce76b547f94de6b1c9c74657b4e8f150365ad76f
tree0cd674a625cd7319aa2e1bd927b85148c2949fa1
parentd5d84c3f13fe7fe591b375c41979d362bc11957a
gh-126992: Change pickle code to base 10 for load_long and load_int (GH-127042)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/pickle.py
Lib/test/pickletester.py
Lib/test/test_pickletools.py
Misc/NEWS.d/next/Library/2024-11-20-21-20-56.gh-issue-126992.RbU0FZ.rst [new file with mode: 0644]
Modules/_pickle.c