Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Document that GIL must be grabbed (and Py_IsInitialized()) (#140)
* DOC: Document that GIL must be grabbed (and Py_IsInitialized()) I honestly don't remember if that ``Py_IsInitialized`` wasn't just to tape over C++ related deficiencies, but I suspect there isn't much to be avoided there... (I.e. if we take care of the GIL for the other library, we also have to do this check for them which would normally be their job.) Closes gh-103 * Apply suggestions from code review Co-authored-by: Antoine Pitrou <[email protected]> * Update docs/source/python_spec.rst Co-authored-by: Antoine Pitrou <[email protected]> * Add note that this of course only applies if it uses Python objects/API --------- Co-authored-by: Antoine Pitrou <[email protected]>
- Loading branch information