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 Sundance, daniel.urban, mark.dickinson, pitrou, sfeltman
Date 2012-11-12.21:34:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> What does inheriting from 'ref' buy you?

Hmm, I'm not sure. I thought I'd mimick KeyedRef's inheritance design, plus isinstance(..., weakref.ref) works, and composition would make the object slightly bigger. Other than that, probably nothing.
History
Date User Action Args
2012-11-12 21:34:38pitrousetrecipients: + pitrou, mark.dickinson, daniel.urban, Sundance, sfeltman
2012-11-12 21:34:38pitrousetmessageid: <[email protected]>
2012-11-12 21:34:38pitroulinkissue14631 messages
2012-11-12 21:34:38pitroucreate