summaryrefslogtreecommitdiff
path: root/Include/cpython/floatobject.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-35134: Add Include/cpython/floatobject.h (GH-28957)Victor Stinner2021-10-141-0/+12
Split Include/floatobject.h into sub-files: add Include/cpython/floatobject.h and Include/internal/pycore_floatobject.h.