mirror of
https://github.com/python/cpython.git
synced 2024-11-28 20:33:54 +08:00
Export getdict2key() interface.
This commit is contained in:
parent
5b02dbc2f8
commit
e24122f5e2
@ -43,4 +43,5 @@ extern int getdictsize PROTO((object *dp));
|
|||||||
extern char *getdictkey PROTO((object *dp, int i));
|
extern char *getdictkey PROTO((object *dp, int i));
|
||||||
extern object *getdictkeys PROTO((object *dp));
|
extern object *getdictkeys PROTO((object *dp));
|
||||||
|
|
||||||
|
extern object *dict2key PROTO((object *dp, int i));
|
||||||
extern int dict2insert PROTO((object *dp, object *key, object *item));
|
extern int dict2insert PROTO((object *dp, object *key, object *item));
|
||||||
|
Loading…
Reference in New Issue
Block a user