Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c3c5d commit 778928bCopy full SHA for 778928b
3 files changed
Objects/dict-common.h
@@ -12,8 +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,
16
- Py_ssize_t *hashpos);
+ (PyDictObject *mp, PyObject *key, Py_hash_t hash, PyObject **value_addr);
17
18
#define DKIX_EMPTY (-1)
19
#define DKIX_DUMMY (-2) /* Used internally */
0 commit comments