Re: Can't understand python C apis

2012-06-23 Thread Dieter Maurer
gmspro writes: > I'm trying to understand the source code of python and how it works > internally. > But i can't understand the python C apis. Usually, you try to understand the Python C api in order to write extensions for Pyth

Re: Can't understand python C apis

2012-06-23 Thread Stefan Behnel
gmspro, 23.06.2012 09:02: > I'm trying to understand the source code of python and how it works > internally. > But i can't understand the python C apis. > Too much macro calling there and python C api. > I can't understand those. > I've also read the doc for python C api. > > What should i do? W