]> granicus.if.org Git - python/commit
Two new public API functions, Py_IncRef and Py_DecRef. Useful for
authorThomas Heller <theller@ctypes.org>
Thu, 22 Apr 2004 17:23:49 +0000 (17:23 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 22 Apr 2004 17:23:49 +0000 (17:23 +0000)
commit1328b52c6ff3ae128b12be49b430ce859bbd8876
treed93fb72929188318596f8f63614721c0701e53a9
parent1a9d32b8d4611dd7c95d1dba1b5d1940cbbe3610
Two new public API functions, Py_IncRef and Py_DecRef.  Useful for
dynamic embedders of Python.
Doc/api/refcounting.tex
Include/object.h
Misc/NEWS
Objects/object.c