Alex Martelli a écrit : > rfv-370 <[EMAIL PROTECTED]> wrote: (snip) >> So how can I force Python to clean the memory and free the memory that >> is not used? > > On Windows, with Python 2.5, I don't know of a good approach (on Linux > and other Unix-like systems I've used a strategy based on forking, doing > the bit that needs a bazillion ints in the child process, ending the > child process; but that wouldn't work on Win -- no fork).
IIRC, Windows has it's own way to let you launch other processes, so a similar strategy might apply here... -- http://mail.python.org/mailman/listinfo/python-list