summaryrefslogtreecommitdiffstats
path: root/Include/cpython/complexobject.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-35134: Add Include/cpython/complexobject.h header (GH-32383)Victor Stinner2022-04-061-0/+44
Move the private _PyComplex_FormatAdvancedWriter() function to the internal C API. This function is no longer exported.