mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
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.
This commit is contained in:
parent
612e422c6e
commit
ca219f6dfc
5 changed files with 52 additions and 42 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue