X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/4648f560097060c1eaeb07ba0752e6a036c07ab9..620169aef06f74c9a8574e28b5482061e81a7389:/field.c diff --git a/field.c b/field.c index 907913d..8088d9f 100644 --- a/field.c +++ b/field.c @@ -218,7 +218,7 @@ end: return (rc); } -static long fe_pyhash(PyObject *me) +static Py_hash_t fe_pyhash(PyObject *me) { return (mphash(FE_X(me))); } static int fe_pycoerce(PyObject **x, PyObject **y)