Creating Python objects out of a memory pool

Damjan arhiv at freemail.org.mk
Wed Dec 6 08:19:40 EST 2000


Is it posible to create Python objects in a known space in the memory
(like in a shared memory).
I want some some objects created in python to be in the shared memory
pool, while others to be allocated as usual. Is there a way to hook in to
the Python memory allocation from Python itself or I'll haveto use the C
API?

Thanks.

-- 
Damjan Georgievski		|           Дамјан Георгиевски
Skopje, Macedonia		|           Скопје, Македонија





More information about the Python-list mailing list