Useful Links¶
Python¶
Cython¶
- Cython documentation
- Sharing declarations
- Source files and compilation (addresses limited API)
- Typed memoryviews
- Implementing the buffer protocol
- Use a shared library for shared code
- Wrapping C++ with Cython - intro
- Wrapping C++ with Cython
- How to wrap polymorphic C++ classes with Cython
Debugging C/C++ Extensions¶
- Debugging C-API (Python docs)
- Configure options (Python docs)
- Debugging Python C extensions
- Debugging Python C extensions with GDB
- HN: Debugging a mixed Python and C language stack
- Debugging with GDB