Thanks,
-Craig
Python 32 bits (& Pywin32) limits are:
2 GB on win.7_32 bits
4 GB on win.7_64 bits
That's what I found in my tests.
@-salutations
--
Michel Claveau
In addition to the limitations Michel reports: on a 32-bit system,
objects are typically limited to using at most 2GiB, per object
(of course, you could have at most two objects that come close to
this size, since the whole address space would not be larger than
4GiB).
Regards,
Martin
In addition to the limitations Michel reports: on a 32-bit system,
IIRC, 32-bit Windows programs are limited to 2GiB, reserving the rest
of the virtual address space for Windows' own use.
Also, 32-bit apps remain 32-bit, even if they're running on a 64-bit
capable OS. Assuming you're running Snow Leopard on your Mac, you're
using a 64-bit Python interpreter *and* a 64-bit OS. You need to have
both to take advantage of a 64-bit memory space.
sherm--
--
Sherm Pendley
<http://camelbones.sourceforge.net>
Cocoa Developer