2012/2/14 Chris Withers <[email protected]> > On 10/02/2012 09:44, Maciej Fijalkowski wrote: > >> you can download the PyPy 1.8 release here: >> >> http://pypy.org/download.html >> > > Why no Windows 64-bit build :'( >
The win64 port was not finished. This platform is different from others mostly because a pointer (64bit) is larger than a long (32bit on all Windows flavors) Is the 32-bit build safe to use on 64-bit Windows? Yes, like many other 32-bit programs pypy for win32 works on Windows 64-bit. It will be limited to 3Gb of memory, of course. -- Amaury Forgeot d'Arc
_______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
