]> granicus.if.org Git - python/commit
- New C API PyGC_Collect(), same as calling gc.collect().
authorGuido van Rossum <guido@python.org>
Thu, 17 Apr 2003 17:29:22 +0000 (17:29 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 Apr 2003 17:29:22 +0000 (17:29 +0000)
commite13ddc9ec85287b17fd03454f836f495c1167de9
tree20de9aa63915e14e39d87fc7a4e88a39c9eb03c7
parentcf8d285ba321dcb1c479a16d15e0224b3ad05970
- New C API PyGC_Collect(), same as calling gc.collect().
- Call this in Py_Finalize().
- Expand the Misc/NEWS text on PY_LONG_LONG.
Include/objimpl.h
Misc/NEWS
Modules/gcmodule.c
Python/pythonrun.c