diff options
author | Victor Stinner <vstinner@python.org> | 2022-04-06 23:05:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 23:05:27 (GMT) |
commit | ca219f6dfc57f8f4984f96df0f733b7de92fe91c (patch) | |
tree | 0accddd1872a266bd1da71bd29464adf3071a24b /PCbuild/pythoncore.vcxproj | |
parent | 612e422c6ea9df60d3382ed1491d8254c283e93f (diff) | |
download | cpython-ca219f6dfc57f8f4984f96df0f733b7de92fe91c.zip cpython-ca219f6dfc57f8f4984f96df0f733b7de92fe91c.tar.gz cpython-ca219f6dfc57f8f4984f96df0f733b7de92fe91c.tar.bz2 |
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.
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 4fc6aa8..1d7c08b 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -141,6 +141,7 @@ <ClInclude Include="..\Include\cpython\classobject.h" /> <ClInclude Include="..\Include\cpython\code.h" /> <ClInclude Include="..\Include\cpython\compile.h" /> + <ClInclude Include="..\Include\cpython\complexobject.h" /> <ClInclude Include="..\Include\cpython\context.h" /> <ClInclude Include="..\Include\cpython\descrobject.h" /> <ClInclude Include="..\Include\cpython\dictobject.h" /> |