pub fn hash_not_implemented(
    zelf: &PyObject,
    vm: &VirtualMachine
) -> PyResult<PyHash>
Expand description

Marks a type as unhashable. Similar to PyObject_HashNotImplemented in CPython