Skip to content

Commit 551f93e

Browse files
Erlend E. Aaslandvstinner
Erlend E. Aasland
andcommitted
Address review: explain the purpose of the test
Co-authored-by: Victor Stinner <[email protected]>
1 parent 8348018 commit 551f93e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def test_bad_constructor(self):
4242

4343
@support.cpython_only
4444
def test_immutable(self):
45+
# bpo-43908: check that array.array is immutable
4546
with self.assertRaises(TypeError):
4647
array.array.foo = 1
4748

0 commit comments

Comments
 (0)