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 loewis
Recipients Rhamphoryncus, benjamin.peterson, christian.heimes, gregory.p.smith, jnoller, loewis, roudkerk, schmir
Date 2008-11-29.22:44:03
SpamBayes Score 3.7793227e-05
Marked as misclassified No
Message-id <1227998645.29.0.604376613315.issue1683@psf.upfronthosting.co.za>
In-reply-to
Content
Looks fine to me, somebody please backport it.

I'm concerned about the memory leak that this may cause, though (IIUC):
all the values are garbage, provided that they are pointers to dynamic
memory in the first place.

I think in the long run, we should allow to store a pointer to a release
function along with actual value to release.
History
Date User Action Args
2008-11-29 22:44:05loewissetrecipients: + loewis, gregory.p.smith, Rhamphoryncus, christian.heimes, schmir, roudkerk, benjamin.peterson, jnoller
2008-11-29 22:44:05loewissetmessageid: <1227998645.29.0.604376613315.issue1683@psf.upfronthosting.co.za>
2008-11-29 22:44:04loewislinkissue1683 messages
2008-11-29 22:44:03loewiscreate