cpython/Python
Guido van Rossum dfed725e2c Fix memory leak in exec statement with code object -- the None returned
by PyEval_EvalCode() on success was never DECREF'ed.

Fix by Bernhard Herzog.
1997-11-11 16:29:38 +00:00
..
Makefile.in
atof.c New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
bltinmodule.c
ceval.c
compile.c
dup2.c
errors.c
fmod.c
frozen.c
frozenmain.c
getargs.c
getcompiler.c
getcopyright.c
getcwd.c New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
getmtime.c First part of package support. 1997-09-05 07:33:22 +00:00
getopt.c Fix a bug in this code that made it do the wrong thing when an option 1997-09-30 22:00:13 +00:00
getplatform.c
getversion.c Make it return a _const_ char*. 1997-07-19 19:48:41 +00:00
graminit.c
hypot.c *** empty log message *** 1996-08-29 18:10:41 +00:00
import.c
importdl.c
importdl.h
marshal.c
memmove.c
modsupport.c
mystrtoul.c
pyfpe.c
pystate.c
pythonmain.c
pythonrun.c
sigcheck.c
strdup.c
strerror.c New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
strtod.c
structmember.c
sysmodule.c
thread.c
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pthread.h
thread_sgi.h Massive changes for separate thread state management. 1997-05-05 20:56:21 +00:00
thread_solaris.h
traceback.c