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 rhettinger
Recipients aimacintyre, christian.heimes, rhettinger
Date 2008-06-02.23:04:24
SpamBayes Score 0.32096723
Marked as misclassified No
Message-id <1212447867.12.0.46948167262.issue3029@psf.upfronthosting.co.za>
In-reply-to
Content
What is the point of expanding the C API for clearing individual 
types.  Isn't the single Fini function sufficient to clear them all?

Make the approaches consistent seems like a reasonable goal, but why 
did you choose the path where everything has its own clearing function 
instead of one to bind the all?  What apps need this?
History
Date User Action Args
2008-06-02 23:04:27rhettingersetspambayes_score: 0.320967 -> 0.32096723
recipients: + rhettinger, aimacintyre, christian.heimes
2008-06-02 23:04:27rhettingersetspambayes_score: 0.320967 -> 0.320967
messageid: <1212447867.12.0.46948167262.issue3029@psf.upfronthosting.co.za>
2008-06-02 23:04:26rhettingerlinkissue3029 messages
2008-06-02 23:04:25rhettingercreate