Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
smart_repr()
to also clean upper-case hex addresses.
Windows Pythons seem to like printing addresses in upper-case, while Linux Pythons like lower-case hexes. This led to an amusing (for a given value of "amusing", anyway) situation where some repr tests would fail if the objects they were testing happened to be allocated at an address with a hex digit in the range A..F.
- Loading branch information