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 theller
Recipients theller
Date 2008-04-24.18:07:07
SpamBayes Score 0.002816782
Marked as misclassified No
Message-id <1209060430.76.0.330100057141.issue2682@psf.upfronthosting.co.za>
In-reply-to
Content
Zachary Pincus posted a message about this cyclic reference in ctypes
CFunctionType objects.  The reference has the problem that these objects
are cleaned up later than expected.

The attached patch fixes this problem by removing the cyclic reference.
History
Date User Action Args
2008-04-24 18:07:10thellersetspambayes_score: 0.00281678 -> 0.002816782
recipients: + theller
2008-04-24 18:07:10thellersetspambayes_score: 0.00281678 -> 0.00281678
messageid: <1209060430.76.0.330100057141.issue2682@psf.upfronthosting.co.za>
2008-04-24 18:07:09thellerlinkissue2682 messages
2008-04-24 18:07:09thellercreate