mirror of
https://github.com/python/cpython
synced 2026-09-28 02:33:18 +03:00
gh-111545: Add Include/cpython/pyhash.h header file (#112063)
Move non-limited C API to a new Include/cpython/pyhash.h header file.
This commit is contained in:
parent
9302f05f9a
commit
62802b6228
5 changed files with 24 additions and 13 deletions
|
|
@ -172,6 +172,7 @@
|
|||
<ClInclude Include="..\Include\cpython\pyerrors.h" />
|
||||
<ClInclude Include="..\Include\cpython\pyfpe.h" />
|
||||
<ClInclude Include="..\Include\cpython\pyframe.h" />
|
||||
<ClInclude Include="..\Include\cpython\pyhash.h" />
|
||||
<ClInclude Include="..\Include\cpython\pylifecycle.h" />
|
||||
<ClInclude Include="..\Include\cpython\pymem.h" />
|
||||
<ClInclude Include="..\Include\cpython\pystate.h" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue