mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Removed more stray instances of statichere, but left _sre.c alone.
This commit is contained in:
parent
50ceb68b4f
commit
0c32279626
8 changed files with 9 additions and 9 deletions
|
@ -1858,7 +1858,7 @@ typecode -- the typecode character used to create the array\n\
|
|||
itemsize -- the length in bytes of one array item\n\
|
||||
");
|
||||
|
||||
statichere PyTypeObject Arraytype = {
|
||||
static PyTypeObject Arraytype = {
|
||||
PyObject_HEAD_INIT(NULL)
|
||||
0,
|
||||
"array.array",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue