Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #71411

Re: What is the difference between 32 and 64 bit Python on Windows 7 64 bit?

From Sturla Molden <sturla.molden@gmail.com>
Subject Re: What is the difference between 32 and 64 bit Python on Windows 7 64 bit?
Date 2014-05-13 02:18 +0200
References <CABMcBh879JgFSke5NGVbPPZBKoUYWXTg+daKoXaVX11kdo-oZQ@mail.gmail.com> <lkrnkp$7fb$1@ger.gmane.org> <CAPTjJmpQ5WNJym8JJbk_9LzDaZjMiUbNHOqiL4RukP96qzgsxw@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.9929.1399940347.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 13/05/14 02:09, Chris Angelico wrote:

> Sometimes you just want to confirm. :) Or maybe you want your program
> to be able to detect which it's on. There are ways of doing both, but
> sys.maxint isn't one of them, as it's specific to the int->long
> promotion of Py2.

The OPs main mistake, I guess, was to assume that sys.maxint is the 
biggest integer value Python 2.x can use.

Sturla

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: What is the difference between 32 and 64 bit Python on Windows 7 64 bit? Sturla Molden <sturla.molden@gmail.com> - 2014-05-13 02:18 +0200

csiph-web