mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +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
|
|
@ -187,7 +187,7 @@ update() -- updates the current digest with an additional string\n\
|
|||
digest() -- return the current digest value\n\
|
||||
copy() -- return a copy of the current md5 object");
|
||||
|
||||
statichere PyTypeObject MD5type = {
|
||||
static PyTypeObject MD5type = {
|
||||
PyObject_HEAD_INIT(NULL)
|
||||
0, /*ob_size*/
|
||||
"md5.md5", /*tp_name*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue