[New-bugs-announce] [issue28457] Make public the current private known hash functions in the C-API

Raymond Hettinger report at bugs.python.org
Sun Oct 16 19:42:23 EDT 2016


New submission from Raymond Hettinger:

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.

----------
components: Interpreter Core
messages: 278788
nosy: rhettinger
priority: normal
severity: normal
status: open
title: Make public the current private known hash functions in the C-API
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28457>
_______________________________________


More information about the New-bugs-announce mailing list