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 flox
Recipients ezio.melotti, flox, jcea, pitrou
Date 2010-03-14.19:14:33
SpamBayes Score 0.0019962308
Marked as misclassified No
Message-id <1268594076.28.0.985870073625.issue7808@psf.upfronthosting.co.za>
In-reply-to
Content
Jesús, your patch looks good. I prefer your approach.
My use of the weakrefs was an ugly workaround, I admit.

Maybe the "close()" method in the C module should be in charge of DECREFing the handlers and freeing memory. I did not look further in this direction.

Attached patch is quite the same as yours. I just simplified the "dummy()" handler.
History
Date User Action Args
2010-03-14 19:14:36floxsetrecipients: + flox, jcea, pitrou, ezio.melotti
2010-03-14 19:14:36floxsetmessageid: <1268594076.28.0.985870073625.issue7808@psf.upfronthosting.co.za>
2010-03-14 19:14:34floxlinkissue7808 messages
2010-03-14 19:14:34floxcreate