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 oddthinking, pitrou
Date 2010-11-04.13:02:31
SpamBayes Score 0.00018733722
Marked as misclassified No
Message-id <1288875753.66.0.0405544355497.issue10306@psf.upfronthosting.co.za>
In-reply-to
Content
The behaviour of weakrefs here mirrors what is already done for __del__ exceptions. Using warnings would mean that exceptions can get silenced implicitly (for example, if an exception happens twice at the same location) which is not very Pythonic: generally, if you want to silence an exception, you have to do it explicitly through try...except.
History
Date User Action Args
2010-11-04 13:02:33pitrousetrecipients: + pitrou, oddthinking
2010-11-04 13:02:33pitrousetmessageid: <1288875753.66.0.0405544355497.issue10306@psf.upfronthosting.co.za>
2010-11-04 13:02:31pitroulinkissue10306 messages
2010-11-04 13:02:31pitroucreate