This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Esa.Peuha, pitrou, r.david.murray, sbt, tim.golden, tim.peters, vstinner, Пётр.Дёмин
Date 2013-10-15.08:23:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbGn46bnrqTVd78ruQxL89Gx_r62HqW6TwzvG4dRbRHFw@mail.gmail.com>
In-reply-to <1381794365.49.0.173098158703.issue19246@psf.upfronthosting.co.za>
Content
Tim> http://msdn.microsoft.com/en-us/library/windows/desktop/aa366750(v=vs.85).aspx

Yes, this one.

Tim> BTW, everything I've read (including the MSDN page I linked to)
says that the LFH is enabled _by default_ starting in Windows Vista
(which I happen to be using).  So unless Python does something to
_disable_ it (I don't know), there's nothing to try here.

Extract of the link:

"To enable the LFH for a heap, use the GetProcessHeap function to
obtain a handle to the default heap of the calling process, or use the
handle to a private heap created by the HeapCreate function. Then call
the HeapSetInformation function with the handle."

It should be enabled explicitly.
History
Date User Action Args
2013-10-15 08:23:22vstinnersetrecipients: + vstinner, tim.peters, pitrou, tim.golden, r.david.murray, sbt, Esa.Peuha, Пётр.Дёмин
2013-10-15 08:23:22vstinnerlinkissue19246 messages
2013-10-15 08:23:21vstinnercreate