mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +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
|
|
@ -785,7 +785,7 @@ static PyMethodDef zlib_methods[] =
|
|||
{NULL, NULL}
|
||||
};
|
||||
|
||||
statichere PyTypeObject Comptype = {
|
||||
static PyTypeObject Comptype = {
|
||||
PyObject_HEAD_INIT(0)
|
||||
0,
|
||||
"zlib.Compress",
|
||||
|
|
@ -802,7 +802,7 @@ statichere PyTypeObject Comptype = {
|
|||
0, /*tp_as_mapping*/
|
||||
};
|
||||
|
||||
statichere PyTypeObject Decomptype = {
|
||||
static PyTypeObject Decomptype = {
|
||||
PyObject_HEAD_INIT(0)
|
||||
0,
|
||||
"zlib.Decompress",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue