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 rhettinger
Recipients rhettinger
Date 2016-10-16.23:42:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476661343.12.0.903436836661.issue28457@psf.upfronthosting.co.za>
In-reply-to
Content
The known-hash variants for dict getitem/setitem/delitem have proven useful to us for writing fast C code.  They may be useful to others as well.  There does not seem to be any other way of getting to this functionality.
History
Date User Action Args
2016-10-16 23:42:23rhettingersetrecipients: + rhettinger
2016-10-16 23:42:23rhettingersetmessageid: <1476661343.12.0.903436836661.issue28457@psf.upfronthosting.co.za>
2016-10-16 23:42:23rhettingerlinkissue28457 messages
2016-10-16 23:42:23rhettingercreate