[Python-Dev] id() on Win64

Neil Schemenauer nascheme@enme.ucalgary.ca
Wed, 28 Jun 2000 16:07:43 -0600


[Greg Stein]
>Strictly speaking: the Long only occurs on Win64 platforms.
>
>I would guess that it is also possible on say, an Alpha running
>Linux.  Presuming that has 64-bit pointers(?).

I think the Alpha is okay. The problem is strange type models
were int is 32 bits and pointers are 64.  AFAIK, the Alpha uses
64 bits for both.

  Neil