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 2012-04-16.13:57:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334584575.3426.1.camel@localhost.localdomain>
In-reply-to <1334583989.01.0.146070206245.issue8212@psf.upfronthosting.co.za>
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.

Needing to work from (stdlib) extension modules and being public are too
different things. I don't think we want to encourage third-party types
to resurrect their instances.
History
Date User Action Args
2012-04-16 13:57:12pitrousetrecipients: + pitrou, kristjan.jonsson, benjamin.peterson, meador.inge
2012-04-16 13:57:12pitroulinkissue8212 messages
2012-04-16 13:57:12pitroucreate