Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDocument how to embed Cython modules in C/C++ applications #3510
Comments
|
I created a stub page in https://github.com/cython/cython/blob/master/docs/src/tutorial/embedding.rst – improvements welcome! |
|
hi, |
|
Sure, investigation and PRs welcome. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The documentation on embedding is inherently lacking. Even the one in the CPython docs is incomplete at best.
There are some hints in the Wiki, there's the
--embedoption to thecythonandcythonizefrontends, the embedding demo, thePyImport_AppendInittab()function in CPython and the documentation of the module init function in CPython.All of these are incomplete and none of them gives the whole picture in one place. There should be a dedicated documentation page in the Cython docs for this, and the documentation in the CPython docs is also worth improving.