cpython/Python/clinic
Gregory P. Smith 665b7dfcfa
Improve hash() builtin docstring with caveats. (GH-125229)
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)`.
2026-04-24 16:36:46 +00:00
..
_contextvars.c.h
_warnings.c.h
bltinmodule.c.h Improve hash() builtin docstring with caveats. (GH-125229) 2026-04-24 16:36:46 +00:00
context.c.h
import.c.h gh-142349: Implement PEP 810 - Explicit lazy imports (#142351) 2026-02-12 00:15:33 +00:00
instruction_sequence.c.h
instrumentation.c.h
marshal.c.h
Python-tokenize.c.h
sysmodule.c.h gh-148110: Resolve lazy import filter names for relative imports (#148111) 2026-04-06 22:29:02 +01:00
traceback.c.h