mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584)
This commit is contained in:
parent
cdca0ce0ad
commit
57bdc6c30d
17 changed files with 171 additions and 50 deletions
|
|
@ -231,6 +231,7 @@
|
|||
<ClInclude Include="..\Include\internal\pycore_floatobject.h" />
|
||||
<ClInclude Include="..\Include\internal\pycore_format.h" />
|
||||
<ClInclude Include="..\Include\internal\pycore_frame.h" />
|
||||
<ClInclude Include="..\Include\internal\pycore_freelist.h" />
|
||||
<ClInclude Include="..\Include\internal\pycore_function.h" />
|
||||
<ClInclude Include="..\Include\internal\pycore_gc.h" />
|
||||
<ClInclude Include="..\Include\internal\pycore_genobject.h" />
|
||||
|
|
@ -568,6 +569,8 @@
|
|||
</ClCompile>
|
||||
<ClCompile Include="..\Python\future.c" />
|
||||
<ClCompile Include="..\Python\gc.c" />
|
||||
<ClCompile Include="..\Python\gc_free_threading.c" />
|
||||
<ClCompile Include="..\Python\gc_gil.c" />
|
||||
<ClCompile Include="..\Python\getargs.c" />
|
||||
<ClCompile Include="..\Python\getcompiler.c" />
|
||||
<ClCompile Include="..\Python\getcopyright.c" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue