Re: question about C extensions

2007-03-24 Thread Ralph Butler
I think I may have figured all this out by looking at examples in the python source, e.g. xxsubtype.c etc. Nonetheless, I would appreciate any extra info others might provide. Thanks again. --ralph Ralph Butler wrote: > Hi: > I have a question about extending python with C. I have read the doc

question about C extensions

2007-03-24 Thread Ralph Butler
Hi: I have a question about extending python with C. I have read the docs and done some googling, but come up short on this particular (small) problem. I want to write a c extension to int. In particular, I want to grab the memory for the int from an alternative heap. I am confused about 2