mirror of
https://github.com/python/cpython.git
synced 2026-01-31 07:05:24 +00: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 object *getdictkeys PROTO((object *dp));
|
||||
|
||||
extern object *dict2key PROTO((object *dp, int i));
|
||||
extern int dict2insert PROTO((object *dp, object *key, object *item));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user