Re: [pypy-dev] PyPy 3 for Windows 64-bit systems - no download link available

2018-10-21 Thread Barry Scott
> On 19 Oct 2018, at 11:26, Armin Rigo wrote: > > Hi, > > On Fri, 19 Oct 2018 at 12:23, wrote: >> It will not run with PyPy https://pypy.org/download.html on Windows, because >> there are only 32-bit PyPy installs for Windows available > > PyPy is not available for 64-bit Windows. See > ht

Re: [pypy-dev] PyPy 3 for Windows 64-bit systems - no download link available

2018-10-21 Thread Armin Rigo
Hi, On Sun, 21 Oct 2018 at 16:47, Barry Scott wrote: > > On 19 Oct 2018, at 11:26, Armin Rigo wrote: > > PyPy is not available for 64-bit Windows. > > How odd. sys.maxint on macOS and Fedora is (2**63)-1 not (2**31)-1. That's because MacOS and Fedora are not Windows. Armin ___