mirror of
https://github.com/python/cpython.git
synced 2026-05-23 04:43:06 -04:00
2ba96610bf
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.