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 BreamoreBoy, benjamin.peterson, gregory.p.smith, jcon, laura, pitrou, rbcollins, stutzbach
Date 2015-05-20.19:41:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432150902.34.0.572467459521.issue9858@psf.upfronthosting.co.za>
In-reply-to
Content
__weakref__ is just an implementation detail of how heap types expose weak references (actually, I'm not sure why it's exposed at all).

Laura, thank you for contributing. Your patch looks good to me.
History
Date User Action Args
2015-05-20 19:41:42pitrousetrecipients: + pitrou, gregory.p.smith, rbcollins, benjamin.peterson, stutzbach, BreamoreBoy, jcon, laura
2015-05-20 19:41:42pitrousetmessageid: <1432150902.34.0.572467459521.issue9858@psf.upfronthosting.co.za>
2015-05-20 19:41:42pitroulinkissue9858 messages
2015-05-20 19:41:42pitroucreate