There was an error while loading. Please reload this page.
1 parent d7d266c commit ba60977Copy full SHA for ba60977
3 files changed
Objects/dict-common.h
@@ -12,7 +12,7 @@ typedef struct {
12
* -1 when no entry found, -3 when compare raises error.
13
*/
14
typedef Py_ssize_t (*dict_lookup_func)
15
-(PyDictObject *mp, PyObject *key, Py_hash_t hash, PyObject ***value_addr,
+(PyDictObject *mp, PyObject *key, Py_hash_t hash, PyObject **value_addr,
16
Py_ssize_t *hashpos);
17
18
#define DKIX_EMPTY (-1)
0 commit comments