mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -178,7 +178,7 @@ static PyMemberDef gen_memberlist[] = {
|
|||
{NULL} /* Sentinel */
|
||||
};
|
||||
|
||||
statichere PyTypeObject gentype = {
|
||||
static PyTypeObject gentype = {
|
||||
PyObject_HEAD_INIT(&PyType_Type)
|
||||
0, /* ob_size */
|
||||
"generator", /* tp_name */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue