On Win64, a number of tests fail as they expect that a Python integer can represent a platform pointer. For example, test_array expects that buffer_info returns an integer. Likewise, test_descr expects that id() and hash() return the same value by default. Is that a bug in the Win64 port, or in the tests? Regards, Martin