cpython/Python
Phillip J. Eby 2ba96610bf SF Patch #1463867: Improved generator finalization to allow generators
that are suspended outside of any try/except/finally blocks to be
garbage collected even if they are part of a cycle.  Generators that
suspend inside of an active try/except or try/finally block (including
those created by a ``with`` statement) are still not GC-able if they
are part of a cycle, however.
2006-04-10 17:51:05 +00:00
..
asdl.c
ast.c
atof.c
bltinmodule.c
ceval.c SF Patch #1463867: Improved generator finalization to allow generators 2006-04-10 17:51:05 +00:00
codecs.c
compile.c Use PyObject_* allocator since FutureFeatures is small 2006-04-10 06:57:06 +00:00
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_beos.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
exceptions.c
fmod.c
frozen.c
frozenmain.c
future.c Use PyObject_* allocator since FutureFeatures is small 2006-04-10 06:57:06 +00:00
getargs.c
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c
hypot.c
import.c Fix refleak in __import__("") (probably the cause of the 2 refleaks in 2006-04-05 13:39:37 +00:00
importdl.c
importdl.h
mactoolboxglue.c
marshal.c
memmove.c
modsupport.c
mysnprintf.c
mystrtoul.c
pyarena.c
pyfpe.c
pystate.c
pystrtod.c
Python-ast.c Regenerate. 2006-04-07 06:26:31 +00:00
pythonrun.c
sigcheck.c
strdup.c
strerror.c
strtod.c
structmember.c
symtable.c
sysmodule.c
thread.c
thread_atheos.h
thread_beos.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