mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
add 5th arg to instancebinop
This commit is contained in:
parent
0908bacfa5
commit
7a01389bc7
1 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,8 @@ extern object *instancemethodgetclass PROTO((object *));
|
|||
|
||||
extern int issubclass PROTO((object *, object *));
|
||||
|
||||
extern object *instancebinop PROTO((object *, object *, char *, char *));
|
||||
extern object *instancebinop PROTO((object *, object *, char *, char *,
|
||||
object * (*) PROTO((object *, object *)) ));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue