Files
cpython/Modules
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
..
2006-01-03 06:48:38 +00:00
2006-02-27 17:20:04 +00:00
2006-02-15 17:27:45 +00:00
2006-04-04 16:51:13 +00:00
2006-02-15 17:27:45 +00:00
2006-03-16 06:30:02 +00:00
2006-04-03 04:46:28 +00:00
2006-02-15 17:27:45 +00:00
2006-02-27 15:23:19 +00:00
2006-02-15 17:27:45 +00:00
2006-03-07 18:50:55 +00:00
2006-03-07 18:50:55 +00:00
2006-03-26 23:27:58 +00:00
2006-02-08 12:53:56 +00:00
2006-02-15 17:27:45 +00:00