mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
changes for MPW
This commit is contained in:
parent
b6fe7048e7
commit
a320fd308c
6 changed files with 13 additions and 9 deletions
|
|
@ -141,7 +141,7 @@ md5_getattr(self, name)
|
|||
return findmethod(md5_methods, (object *)self, name);
|
||||
}
|
||||
|
||||
static typeobject MD5type = {
|
||||
statichere typeobject MD5type = {
|
||||
OB_HEAD_INIT(&Typetype)
|
||||
0, /*ob_size*/
|
||||
"md5", /*tp_name*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue