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 tseaver
Recipients tseaver
Date 2010-11-08.14:12:41
SpamBayes Score 0.0010900077
Marked as misclassified No
Message-id <1289225563.5.0.586847358991.issue10360@psf.upfronthosting.co.za>
In-reply-to
Content
Because application code which tests for the presence of
an object in a WeakSet may not be able to ensure that the
object is weak-referenceable, the set should just return
False for any object passed to '__contains__' which causes
'ref' to raise a TypeError.

Patch forthcoming.
History
Date User Action Args
2010-11-08 14:12:43tseaversetrecipients: + tseaver
2010-11-08 14:12:43tseaversetmessageid: <1289225563.5.0.586847358991.issue10360@psf.upfronthosting.co.za>
2010-11-08 14:12:42tseaverlinkissue10360 messages
2010-11-08 14:12:41tseavercreate