Python and C extensions -
this extension previous question found in c code within python , copying arrays in c code
serberg suggested use pyarray_copyinto functions numpy. new both python , c though know little bit of both. trying learn how fix above problem , wondered basic knowledge of c extensions?
i did @ official page of python bit difficult understand me.
any suggestions?
i don't know official tutorial, should have @ following:
- any existing extensions
- the c api documentation
- which teaches concept of owning, stealing , borrowing references
Comments
Post a Comment