]> 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:42:41 +0000 (03:42 -0700)
committerGitHub <noreply@github.com>
Sun, 26 Jun 2022 10:42:41 +0000 (03:42 -0700)
commit5ce819f3c50a30074c843d57c3488a911e4fa578
treeb940866a4a70963454604cf09375fb763c4a6c97
parentad23df97edb09f5d824bc6b0d1cc89c1637023af
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