2014-08-28 16:57 GMT+02:00 Stefan Behnel :
> Alexandru Ionut Grama schrieb am 26.08.2014 um 17:45:
> > I've start to use cython in order to use call some API modules written in
> > python from C/C++. Those modules written in python must remain untouched,
> > and all .py files should be "decorated"
Alexandru Ionut Grama schrieb am 26.08.2014 um 17:45:
> I've start to use cython in order to use call some API modules written in
> python from C/C++. Those modules written in python must remain untouched,
> and all .py files should be "decorated" with their counterpart .pxd files.
> I would like t