0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Python
Barry Warsaw c80baa3365 err_input(): Nailed a small memory leak. If the error is E_INTR, the
v temporary variable was never decref'd.  Test this by starting up the
interpreter, hitting C-c, then immediately exiting.

Same potential leak can occur if error is E_NOMEM, since the return is
done in the case block.  Added Py_XDECREF(v); to both blocks, just
before the return.
1999-01-27 16:39:40 +00:00
..
atof.c
bltinmodule.c
ceval.c
compile.c
dup2.c
errors.c
fmod.c
frozen.c
frozenmain.c
getargs.c
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c
hypot.c
import.c
importdl.c
importdl.h
Makefile.in
marshal.c
memmove.c
modsupport.c
mystrtoul.c
pyfpe.c
pystate.c
pythonmain.c
pythonrun.c err_input(): Nailed a small memory leak. If the error is E_INTR, the 1999-01-27 16:39:40 +00:00
sigcheck.c
strdup.c Needed more includes... 1996-08-29 18:10:30 +00:00
strerror.c
strtod.c
structmember.c
sysmodule.c
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread.c
traceback.c