Message 118982 - Python tracker (original) (raw)
A few comments:
- in complex_hash, why did you drop the cast?
- in object.rst, add versionchanged. It should also explain that Py_hash_t is a signed integer with the same width as size_t.
Otherwise, it looks fine.