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
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