0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Python
Sjoerd Mullender 6ec3c653da Implemented two new functions in sys:
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!
1995-08-29 09:18:14 +00:00
..
atof.c for __SC__ 1995-02-19 15:54:36 +00:00
bltinmodule.c avoid resize of 0-length tuple 1995-08-04 04:07:45 +00:00
ceval.c empty kw dict is ok for builtins 1995-08-04 04:14:47 +00:00
cgensupport.c
compile.c keyword arguments and faster calls 1995-07-18 14:51:37 +00:00
dup2.c
errors.c err_badcall() is fatal error 1995-08-28 02:55:48 +00:00
fmod.c for MPW __SC__ 1995-02-27 10:15:10 +00:00
frozen.c Initial revision 1995-08-04 04:20:48 +00:00
frozenmain.c moved stuff around to resemble main.c 1995-08-04 04:10:43 +00:00
getargs.c
getcompiler.c Initial revision 1995-08-04 04:20:48 +00:00
getcopyright.c Initial revision 1995-08-04 04:20:48 +00:00
getcwd.c
getmtime.c
getopt.c
getplatform.c Initial revision 1995-08-04 04:20:48 +00:00
getversion.c Initial revision 1995-08-04 04:20:48 +00:00
graminit.c new grammar 1995-07-07 22:44:10 +00:00
import.c add imp.get_frozen_object() 1995-08-04 04:08:57 +00:00
importdl.c NT specific change for nicer error message (Mark H) 1995-07-18 14:40:09 +00:00
importdl.h Check if we've already loaded a dynamic module under a different name. 1995-06-12 15:51:34 +00:00
Makefile.in split cofnfig.c in 1000 little files :-) 1995-08-04 04:13:00 +00:00
marshal.c rd_object() with exception is fatal error 1995-08-28 02:56:20 +00:00
memmove.c
modsupport.c use PROTO macro around fn prototype 1995-03-09 12:10:50 +00:00
mystrtoul.c
pythonmain.c Allow mac user to set "command line flags" by option-starting python. 1995-07-29 13:53:59 +00:00
pythonrun.c mac CW-only fix for messy windows upon exit 1995-07-29 13:55:06 +00:00
sigcheck.c
strerror.c
strtod.c for __SC__ 1995-02-19 15:54:36 +00:00
structmember.c
sysmodule.c Implemented two new functions in sys: 1995-08-29 09:18:14 +00:00
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h OS/2 thread support 1995-04-10 11:36:14 +00:00
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread.c
traceback.c keyword arguments and faster calls 1995-07-18 14:51:37 +00:00