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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28457>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to