<div id="comment:0"></div> ``` sage: hash(-oo) -9223372036854775808 sage: hash(SR(-oo)) 1390175631 sage: hash(oo) 9223372036854775807 sage: hash(SR(oo)) 1577573780 sage: hash(unsigned_infinity) 9223372036854775806 sage: hash(SR(unsigned_infinity)) 2904791665 ``` Fixed in https://github.com/pynac/pynac/issues/126 Component: **symbolics** Author: **Ralf Stephan** Branch/Commit: **[`9eb6d88`](https://github.com/sagemath/sagetrac-mirror/commit/9eb6d88ee6196f3244f86333b7b197f62b658fc2)** Reviewer: **Travis Scrimshaw** _Issue created by migration from https://trac.sagemath.org/ticket/19928_