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 pitrou
Recipients benjamin.peterson, kristjan.jonsson, meador.inge, pitrou
Date 2014-09-26.11:32:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411731176.65.0.240432552038.issue8212@psf.upfronthosting.co.za>
In-reply-to
Content
I think PEP 442 makes this request obsolete: you can simply implement tp_finalize() and incref the object naturally from there. Kristjan, what do you think?
History
Date User Action Args
2014-09-26 11:32:56pitrousetrecipients: + pitrou, kristjan.jonsson, benjamin.peterson, meador.inge
2014-09-26 11:32:56pitrousetmessageid: <1411731176.65.0.240432552038.issue8212@psf.upfronthosting.co.za>
2014-09-26 11:32:56pitroulinkissue8212 messages
2014-09-26 11:32:56pitroucreate