Antoine Pitrou added the comment:

I asked for benchmarks because I don't know anything about Windows virtual 
memory management, but if other people think this patch should go in then it's 
fine.

The main point of using VirtualAlloc/VirtualFree was, in my mind, to allow 
*releasing* memory in more cases than when relying on free() (assuming Windows 
uses some sbrk() equivalent). But perhaps Windows is already tuned to release 
memory on most free() calls.

----------
stage:  -> commit review
versions: +Python 3.4 -Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13483>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to