Fix test_weakrefs_functional
In Python 3 object.__hash__ raises TypeError, so we need an explicit override if we want hashability.
Showing
Please register or sign in to comment
In Python 3 object.__hash__ raises TypeError, so we need an explicit override if we want hashability.