mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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
|
@ -570,7 +570,6 @@ x_divrem(v1, w1, prem)
|
|||
|
||||
/* Forward */
|
||||
static void long_dealloc PROTO((object *));
|
||||
static int long_print PROTO((object *, FILE *, int));
|
||||
static object *long_repr PROTO((object *));
|
||||
static int long_compare PROTO((longobject *, longobject *));
|
||||
static long long_hash PROTO((longobject *));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue