mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +00:00
changes for MPW
This commit is contained in:
parent
b6fe7048e7
commit
a320fd308c
6 changed files with 13 additions and 9 deletions
|
@ -1072,7 +1072,7 @@ static sequence_methods array_as_sequence = {
|
|||
(intintobjargproc)array_ass_slice, /*sq_ass_slice*/
|
||||
};
|
||||
|
||||
static typeobject Arraytype = {
|
||||
statichere typeobject Arraytype = {
|
||||
OB_HEAD_INIT(&Typetype)
|
||||
0,
|
||||
"array",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue