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 kristjan.jonsson
Recipients benjamin.peterson, kristjan.jonsson, meador.inge, pitrou
Date 2012-04-16.13:46:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334583989.01.0.146070206245.issue8212@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, that sounds reasonable, particularly in light of that _NewReference stuff.  I'll work out a different patch then.  But I think the API must be public, since it would need to work from extension modules.

So: if a c type decides that it wants to live after a tp_dealloc(), it must call this api ...
History
Date User Action Args
2012-04-16 13:46:29kristjan.jonssonsetrecipients: + kristjan.jonsson, pitrou, benjamin.peterson, meador.inge
2012-04-16 13:46:29kristjan.jonssonsetmessageid: <1334583989.01.0.146070206245.issue8212@psf.upfronthosting.co.za>
2012-04-16 13:46:28kristjan.jonssonlinkissue8212 messages
2012-04-16 13:46:28kristjan.jonssoncreate