[Python-Dev] sizeof(long) != sizeof(void*)
Martin v. Löwis
martin at v.loewis.de
Tue Aug 5 20:38:26 EDT 2003
More information about the Python-Dev mailing list
Tue Aug 5 20:38:26 EDT 2003
- Previous message: [Python-Dev] RE: Python-Dev Digest, Vol 1, Issue 3435
- Next message: [Python-Dev] sizeof(long) != sizeof(void*)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] RE: Python-Dev Digest, Vol 1, Issue 3435
- Next message: [Python-Dev] sizeof(long) != sizeof(void*)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list