mirror of https://github.com/python/cpython
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 object *getdictkeys PROTO((object *dp));
|
||||
|
||||
extern object *dict2key PROTO((object *dp, int i));
|
||||
extern int dict2insert PROTO((object *dp, object *key, object *item));
|
||||
|
|
Loading…
Reference in New Issue