All Questions
2 questions
1
vote
0
answers
155
views
struct "_typeobject" has no field "tp_name" in Cython Example
I'm trying to learn how to Embedd Cython modules in c Applications from the Cython Website, I have Literally copy pasted the entire example and it doesn't work. it gives me a struct "_typeobject&...
3
votes
1
answer
785
views
Cython in C/C++
I have been using Cython on a couple of projects. I see a lot of documentation on including C++ and C into your cython code. Sometimes when I am extending an existing C/C++ project I feel the urge to ...