Manipulating large blobs in Python

T

Tim Stone

I'm working on a module that will manipulate large blobs. I'm using a C
dll to allocate big blocks of memory, using PyMem_Malloc, which is
working quite well up until I try to manipulate a blob that exhausts
Python's heap. I'm guessing that to increase the heapsize, I'm going to
have to recompile python... (??) Am I on the right track? If so, can
you steer me toward some instructions on how to do that compile? I'm a
command-line make kind of dude, and I don't see any of that kind of
stuff in the source distribution. I see .vcproj xml-ish files... do I
need some version of visual studio ide to do the windows compile? It'd
be great if there was some way to increase the heapsize without all that
bother :)

Tim Stone
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,023
Latest member
websitedesig25

Latest Threads

Top