This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients aronacher, asmodai, belopolsky, rhettinger
Date 2008-03-06.21:05:44
SpamBayes Score 0.20816806
Marked as misclassified No
Message-id <1204837544.92.0.0624020916856.issue2246@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like the problem is that the internal grouper object becomes a
part of a cycle: keyfunc -> grouper(x) -> keyfunc(tgtkey), but its type
does not support GC.  I will try to come up with a patch.
History
Date User Action Args
2008-03-06 21:05:45belopolskysetspambayes_score: 0.208168 -> 0.20816806
recipients: + belopolsky, rhettinger, asmodai, aronacher
2008-03-06 21:05:44belopolskysetspambayes_score: 0.208168 -> 0.208168
messageid: <1204837544.92.0.0624020916856.issue2246@psf.upfronthosting.co.za>
2008-03-06 21:05:44belopolskylinkissue2246 messages
2008-03-06 21:05:44belopolskycreate