mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-35134: Add Include/cpython/descrobject.h (GH-30923)
Move Include/descrobject.h non-limited API to a new Include/cpython/descrobject.h header file.
This commit is contained in:
parent
3eb3b4f270
commit
d4a85f104b
5 changed files with 78 additions and 69 deletions
|
|
@ -142,6 +142,7 @@
|
|||
<ClInclude Include="..\Include\cpython\code.h" />
|
||||
<ClInclude Include="..\Include\cpython\compile.h" />
|
||||
<ClInclude Include="..\Include\cpython\context.h" />
|
||||
<ClInclude Include="..\Include\cpython\descrobject.h" />
|
||||
<ClInclude Include="..\Include\cpython\dictobject.h" />
|
||||
<ClInclude Include="..\Include\cpython\fileobject.h" />
|
||||
<ClInclude Include="..\Include\cpython\fileutils.h" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue