]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43908: Make array.array type immutable (GH-25696)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 29 Apr 2021 06:47:48 +0000 (08:47 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Apr 2021 06:47:48 +0000 (08:47 +0200)
commitc6ad03fddf4b04c60dca4327140e59fb2dcca8e5
treee09e51c5cc1d030a83f4b528395875d0ad3631d3
parent5daf70b22e72ea1a88c05975f69120b8c4e4927f
bpo-43908: Make array.array type immutable (GH-25696)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_array.py
Misc/NEWS.d/next/Core and Builtins/2021-04-26-20-59-17.bpo-43908.-COW4-.rst [new file with mode: 0644]
Modules/arraymodule.c