Skip to content
Snippets Groups Projects
Commit 18dd4a18 authored by David Hendriks's avatar David Hendriks
Browse files

changed some docstring shit for the c extension

parent 6ebc2374
No related branches found
No related tags found
No related merge requests found
...@@ -33,21 +33,21 @@ ...@@ -33,21 +33,21 @@
* https://docs.python.org/3/c-api/arg.html#c.PyArg_ParseTuple * https://docs.python.org/3/c-api/arg.html#c.PyArg_ParseTuple
* https://realpython.com/python-bindings-overview/ * https://realpython.com/python-bindings-overview/
* http://scipy-lectures.org/advanced/interfacing_with_c/interfacing_with_c.html * http://scipy-lectures.org/advanced/interfacing_with_c/interfacing_with_c.html
* https://docs.python.org/3.6/c-api/capsule.html#c.PyCapsule_New
* https://gist.github.com/Sleepingwell/5259476
* https://bfroehle.com/2011/07/18/python-capsules/
* https://docs.python.domainunion.de/3.6/howto/cporting.html
* https://lappweb.in2p3.fr/~paubert/ASTERICS_HPC/5-6-3-651.html
* https://www.geeksforgeeks.org/c-api-from-extension-module-in-python-set-1/
* http://pageperso.lif.univ-mrs.fr/~francois.denis/IAAM1/python-3.6.5rc1-docs-html/howto/cporting.html
* http://python3porting.com/cextensions.html
*
* *
* Open tasks for the Extension: * Open tasks for the Extension:
* TODO: Put in clear debug statements * TODO: Put in clear debug statements
* TODO: properly return stderr * TODO: properly return stderr
* TODO: describe all functions with docstrings * TODO: describe all functions with docstrings
* TODO: properly pass through all the pointers using Capsules: * TODO: properly pass through all the pointers using Capsules:
https://docs.python.org/3.6/c-api/capsule.html#c.PyCapsule_New
https://gist.github.com/Sleepingwell/5259476
https://bfroehle.com/2011/07/18/python-capsules/
https://docs.python.domainunion.de/3.6/howto/cporting.html
https://lappweb.in2p3.fr/~paubert/ASTERICS_HPC/5-6-3-651.html
https://www.geeksforgeeks.org/c-api-from-extension-module-in-python-set-1/
http://pageperso.lif.univ-mrs.fr/~francois.denis/IAAM1/python-3.6.5rc1-docs-html/howto/cporting.html
http://python3porting.com/cextensions.html
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment