[Python-Dev] sizeof(long) != sizeof(void*)

Martin v. Löwis martin at v.loewis.de
Tue Aug 5 20:38:26 EDT 2003


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




More information about the Python-Dev mailing list