Fix Python timestamp hash on 64-bit windows
Fixes #51 Part of the problem was in the tests. The detection of when the hash gets truncated was broken on win32. Part of the problem is somewhere in the _wraparound function, I think, because even fixing the tests to use the right values we still get mismatches. Rather than dig into that, I just go back to using ctypes when it's available.
Showing
Please register or sign in to comment