mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
665b7dfcfa
Improve `hash()` builtin docstring with caveats. Mention its return type and that the value can be expected to change between processes (hash randomization). Why? The `hash` builtin gets reached for and used by a lot of people whether it is the right tool or not. IDEs surface docstrings and people use pydoc and `help(hash)`.
Miscellaneous source files for the main Python shared library