cpython/Modules/_testcapi/hash.c

#include "parts.h"
#include "util.h"

static PyObject *
hash_getfuncdef(PyObject *Py_UNUSED(module), PyObject *Py_UNUSED(args))
{}


static PyObject *
long_from_hash(Py_hash_t hash)
{}


static PyObject *
hash_pointer(PyObject *Py_UNUSED(module), PyObject *arg)
{}


static PyObject *
hash_buffer(PyObject *Py_UNUSED(module), PyObject *args)
{}


static PyObject *
object_generichash(PyObject *Py_UNUSED(module), PyObject *arg)
{}


static PyMethodDef test_methods[] =;

int
_PyTestCapi_Init_Hash(PyObject *m)
{}