]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-94254: Make _struct module types immutable (GH-94269)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 26 Jun 2022 10:45:00 +0000 (03:45 -0700)
committerGitHub <noreply@github.com>
Sun, 26 Jun 2022 10:45:00 +0000 (03:45 -0700)
commitc481cd6256f0e4493fa28f26c5902101803abadb
tree69bfd6c832289df28de763e7c0830f89708107b7
parent4b1144ced142be2765f5d14c9632cee2b75748f2
GH-94254: Make _struct module types immutable (GH-94269)

(cherry picked from commit 17ed560fcd0a1442485f9bd48884bbe412f35abc)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/test/test_struct.py
Misc/NEWS.d/next/Library/2022-06-25-16-27-02.gh-issue-94254.beP16v.rst [new file with mode: 0644]
Modules/_struct.c