On Sun, May 19, 2013 at 7:41 PM, Antoine Pitrou wrote:
> On Sun, 19 May 2013 19:37:46 -0400
> Pierre Rouleau wrote:
>
> > On that topic of bitness for 64-bit platforms, would it not be better for
> > CPython to be written such that it uses the same 64-bit strategy on all
On that topic of bitness for 64-bit platforms, would it not be better for
CPython to be written such that it uses the same 64-bit strategy on all
64-bit platforms, regardless of the OS?
As it is now, Python running on 64-bit Windows behaves differently (in
terms of bits for the Python's integer) t
some Unix-type platform.
Regards,
On Sun, May 19, 2013 at 6:56 PM, Benjamin Peterson wrote:
> 2013/5/19 Pierre Rouleau :
> > Hi all,
> >
> > I just installed Python 2.7.5 64-bit () on a Windows 7 64-bit OS
> computer.
> > When I evaluate sys.maxint I don
hould I not get a 64-bit integer maxint (9223372036854775807) for
sys.maxint ?
Or is there something I am missing here?
Thanks!
/ Pierre Rouleau
On Thu, May 16, 2013 at 6:23 AM, "Martin v. Löwis" wrote:
> Am 16.05.13 10:42, schrieb Ben Hoyt:
>
> > FYI, I tried thi