good example of C extension for Mac OS X

C

chewie54

Hi All,

Does anyone now of a good example to use as template for a C program
extension that needs to be built on the Mac OS X.

Thanks,
 
M

MrJean1

There is a C template in file Modules/xxmodule.c in Python 2.5, maybe
earlier.

/Jean Brouwers
 
M

MrJean1

There is a C template in file Modules/xxmodule.c in Python 2.5, maybe
earlier.

/Jean Brouwers
 
C

chewie54

There is a C template in file Modules/xxmodule.c in Python 2.5, maybe
earlier.

/Jean Brouwers

I have looked at the docs on the python.org but specifically looking
for
examples showing how to deal with linked lists and more about when to
use
references Py_INCREF and Py_DECREF

I didn't find Modules/xxmodule.c on my Mac OS X installation.


Thanks again
 

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
474,438
Messages
2,571,699
Members
48,796
Latest member
Greg L.
Top