Another question about extending Python

JB jblazi at hotmail.com
Fri Dec 13 10:45:48 EST 2002


If I extend Python with C++ as described in the Manual 
"Extending and Embedding Python": May I allocate memory in 
my C++ program using new (and free it with delete)?

TIA,
-- 
Janos Blazi



More information about the Python-list mailing list