cpython/Python
Benjamin Peterson ad9565338c Fix a memory leak in reloading extension modules #3667
Reviewer: Barry Warsaw
2008-09-04 02:28:15 +00:00
..
_warnings.c The _warnings module did not properly handle cases where strings were not being 2008-09-02 04:01:42 +00:00
asdl.c Merged revisions 64114 via svnmerge from 2008-06-18 00:47:36 +00:00
ast.c allow keyword args after *args in a function call 2008-08-19 20:57:10 +00:00
atof.c
bltinmodule.c #3706: fix error message for wrong exec() argument type. R=Guido. 2008-08-28 07:57:16 +00:00
ceval.c Issue #3697: "Fatal Python error: Cannot recover from stack overflow" 2008-09-03 18:34:34 +00:00
codecs.c
compile.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c Fix typo. 2008-06-11 06:22:46 +00:00
errors.c Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside 2008-08-29 07:13:32 +00:00
formatter_unicode.c
frozen.c
frozenmain.c Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin. 2008-09-03 18:58:51 +00:00
future.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
getargs.c #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an 2008-08-29 18:37:05 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c allow keyword args after *args in a function call 2008-08-19 20:57:10 +00:00
import.c Fix a memory leak in reloading extension modules #3667 2008-09-04 02:28:15 +00:00
importdl.c
importdl.h
marshal.c Merged revisions 65654 via svnmerge from 2008-08-13 15:53:07 +00:00
modsupport.c Correct a typo during previous checkin. 2008-07-04 21:34:47 +00:00
mysnprintf.c
mystrtoul.c
peephole.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
pyarena.c
pyfpe.c
pymath.c
pystate.c Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from 2008-08-12 08:35:52 +00:00
pystrcmp.c
pystrtod.c Merged revisions 65125 via svnmerge from 2008-07-19 00:33:23 +00:00
Python-ast.c
pythonrun.c #3663: extra DECREF on syntax errors. 2008-08-26 22:02:58 +00:00
sigcheck.c
strdup.c
strtod.c
structmember.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
symtable.c Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from 2008-08-17 18:02:44 +00:00
sysmodule.c Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from 2008-07-16 12:55:28 +00:00
thread.c Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from 2008-08-12 08:35:52 +00:00
thread_atheos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00