Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6baa46

Browse files
committed
fix prototype
1 parent 223f091 commit e6baa46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/dictobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ _PyDict_Dummy(void)
148148

149149
/* forward declarations */
150150
static PyDictEntry *
151-
lookdict_unicode(PyDictObject *mp, PyObject *key, long hash);
151+
lookdict_unicode(PyDictObject *mp, PyObject *key, Py_hash_t hash);
152152

153153
#ifdef SHOW_CONVERSION_COUNTS
154154
static long created = 0L;

0 commit comments

Comments
 (0)