summaryrefslogtreecommitdiffstats
path: root/Doc/api/refcounting.tex
Commit message (Collapse)AuthorAgeFilesLines
* Two typo fixesAndrew M. Kuchling2004-07-261-2/+2
|
* Implemented a new Py_CLEAR macro. This macro should be used whenJim Fulton2004-07-141-0/+16
| | | | | decrementing the refcount of variables that might be accessed as a result of calling Python
* Two new public API functions, Py_IncRef and Py_DecRef. Useful forThomas Heller2004-04-221-0/+5
| | | | dynamic embedders of Python.
* Break the Python/C API manual into smaller files by chapter. This manualFred Drake2001-10-121-0/+48
has grown beyond what font-lock will work with using the default (X)Emacs settings. Indentation of the description has been made consistent, and a number of smaller markup adjustments have been made as well.