[issue21101] Extend the PyDict C API to handle cases where the hash value in known

Raymond Hettinger report at bugs.python.org
Sun Mar 30 18:23:06 CEST 2014


Raymond Hettinger added the comment:

> Is there any benefit in making them public API functions?

Originally, I was going to suggest them as internal functions, but the variety of use cases in the standard library suggested that third-party C extensions would benefit as well.  

Since this isn't functionality a user can create themselves, a public function is the only way to expose this service.

----------

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


More information about the Python-bugs-list mailing list