Message10956

Author buelgsk8er
Recipients buelgsk8er
Date 2016-09-25.09:51:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474797092.46.0.645245629688.issue2522@psf.upfronthosting.co.za>
In-reply-to
Content
Background
==========

zope.interface relies this behavior to detect unhashable components, i.e. instances of pyramid.config.Settings which derives from 'dict' directly.

relevant source codes:
https://github.com/zopefoundation/zope.interface/blob/master/src/zope/interface/registry.py#L128
https://github.com/zopefoundation/zope.interface/blob/master/src/zope/interface/registry.py#L152
https://github.com/Pylons/pyramid/blob/master/pyramid/config/settings.py#L58
History
Date User Action Args
2016-09-25 09:51:32buelgsk8ersetmessageid: <1474797092.46.0.645245629688.issue2522@psf.upfronthosting.co.za>
2016-09-25 09:51:32buelgsk8ersetrecipients: + buelgsk8er
2016-09-25 09:51:32buelgsk8erlinkissue2522 messages
2016-09-25 09:51:31buelgsk8ercreate