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 Rhamphoryncus
Recipients PiDelport, Rhamphoryncus, barry, georg.brandl, jcea, jkrukoff, ncoghlan, terry.reedy
Date 2008-06-05.17:33:06
SpamBayes Score 0.18220672
Marked as misclassified No
Message-id <1212687193.7.0.874955013445.issue643841@psf.upfronthosting.co.za>
In-reply-to
Content
The inplace operators aren't right for weakref proxies.  If a new object
is returned there likely won't be another reference to it and the
weakref will promptly be cleared.

This could be fixed with another property like _target, which by default
type(self)(result).  Weakref proxies could override it to raise an
exception instead.
History
Date User Action Args
2008-06-05 17:33:15Rhamphoryncussetspambayes_score: 0.182207 -> 0.18220672
recipients: + Rhamphoryncus, barry, georg.brandl, terry.reedy, jcea, ncoghlan, jkrukoff, PiDelport
2008-06-05 17:33:13Rhamphoryncussetspambayes_score: 0.182207 -> 0.182207
messageid: <1212687193.7.0.874955013445.issue643841@psf.upfronthosting.co.za>
2008-06-05 17:33:12Rhamphoryncuslinkissue643841 messages
2008-06-05 17:33:10Rhamphoryncuscreate