6c78910011
The `O` format causes reference counts to increase, but in an error they are not released. Callers to unpack functions that use the `O` format should use pointers pre-initialized to NULL so they can safely release the reference on error. Also corrected typo which said this was like `O` (itself). Fixes #135 |
||
---|---|---|
.. | ||
ext | ||
.gitignore | ||
apiref.rst | ||
changes.rst | ||
conf.py | ||
conformance.rst | ||
gettingstarted.rst | ||
github_commits.c | ||
index.rst | ||
Makefile.am | ||
portability.rst | ||
README | ||
tutorial.rst | ||
upgrading.rst |
To build the documentation, invoke make html Then point your browser to _build/html/index.html.