commit | ca219f6dfc57f8f4984f96df0f733b7de92fe91c | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Apr 07 01:05:27 2022 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 07 01:05:27 2022 +0200 |
tree | 0accddd1872a266bd1da71bd29464adf3071a24b | |
parent | 612e422c6ea9df60d3382ed1491d8254c283e93f [diff] |
bpo-35134: Add Include/cpython/complexobject.h header (GH-32383) Move the private _PyComplex_FormatAdvancedWriter() function to the internal C API. This function is no longer exported.