Issue #10359: Use Py_UNICODE for the typecode in array
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 9 Nov 2010 09:38:30 +0000 (09:38 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 9 Nov 2010 09:38:30 +0000 (09:38 +0000)
commit9f0b51e4e319f5950d89bb5055bb947712ff953d
tree4fd9270007682c2e4f83b18093e488077728b093
parent3e2b7171bf29f80c06805e60741b5b813376294e
Issue #10359: Use Py_UNICODE for the typecode in array

And don't create non constant array, invalid in ISO C.
Modules/arraymodule.c