mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Lots of minor changes. Note for mappingobject.c: the hash table pointer
can now be NULL.
This commit is contained in:
parent
1ae940a587
commit
d7047b395e
12 changed files with 172 additions and 98 deletions
|
@ -132,7 +132,7 @@ static long
|
|||
meth_hash(a)
|
||||
methodobject *a;
|
||||
{
|
||||
long x, y;
|
||||
long x;
|
||||
if (a->m_self == NULL)
|
||||
x = 0;
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue