bpo-43908: Make array.array type immutable (GH-25696) · python/cpython@c6ad03f · GitHub
Skip to content

Commit c6ad03f

Browse files
Erlend Egeberg Aaslandvstinner
andauthored
bpo-43908: Make array.array type immutable (GH-25696)
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 5daf70b commit c6ad03f

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

Lib/test/test_array.py

Lines changed: 6 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Make the :class:`array.array` type immutable. Patch by
2+
Erlend E. Aasland.

Modules/arraymodule.c

Lines changed: 2 additions & 1 deletion

0 commit comments

Comments
 (0)