Staging
v0.5.1
https://github.com/python/cpython
Revision 6ec3c653da9ffd098f522261d5592e64ff8e7889 authored by Sjoerd Mullender on 29 August 1995, 09:18:14 UTC, committed by Sjoerd Mullender on 29 August 1995, 09:18:14 UTC
	getcounts() returns a list of counts of allocations and
		deallocations for all different object types.
	getobjects(n [, type ]) returns a list of recently allocated
		and not-yet-freed objects of the given type (all
		objects if no type given).  Only the n most recent
		(all if n==0) objects are returned.
getcounts is only available if compiled with -DCOUNT_ALLOCS,
getobjects is only available if compiled with -DTRACE_REFS.  Note that
everything must be compiled with these options!
1 parent b0a2ce5
History
Tip revision: 6ec3c653da9ffd098f522261d5592e64ff8e7889 authored by Sjoerd Mullender on 29 August 1995, 09:18:14 UTC
Implemented two new functions in sys:
Tip revision: 6ec3c65
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
Parser
Python
Tools
.hgtags -rw-r--r-- 572 bytes
BUGS -rw-r--r-- 11.6 KB
ChangeLog -rw-r--r-- 106.8 KB
Makefile.in -rw-r--r-- 8.6 KB
README -rw-r--r-- 22.7 KB
TODO -rw-r--r-- 11.8 KB
acconfig.h -rw-r--r-- 2.4 KB
config.h.in -rw-r--r-- 7.8 KB
configure -rwxr-xr-x 72.2 KB
configure.in -rw-r--r-- 11.1 KB

README

back to top