]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510: Change marshal version to 6 (#145551)
authorVictor Stinner <vstinner@python.org>
Fri, 6 Mar 2026 09:23:11 +0000 (10:23 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Mar 2026 09:23:11 +0000 (10:23 +0100)
commit4fce98a920f47504e834057cd6606bad9b591ea9
treeb76b466da57542eb2971eac79d5d274111e4db67
parentc3fb0d9d96902774c08b199dda0479a8d31398a5
gh-141510: Change marshal version to 6 (#145551)

Fix SliceTestCase: test also that version 4 fails with ValueError.
Doc/library/marshal.rst
Include/cpython/marshal.h
Lib/test/test_marshal.py
Misc/NEWS.d/next/Library/2026-03-05-16-06-09.gh-issue-141510.dFPAQS.rst [new file with mode: 0644]
Programs/_freeze_module.c
Python/marshal.c