mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-106320: Remove private _PyTraceMalloc C API functions (#106324)
* Remove private _PyTraceMalloc C API functions: move them to the internal C API. * Don't export most of these functions anymore, but still export _PyTraceMalloc_GetTraceback() used by tests. * Rename Include/tracemalloc.h to Include/cpython/tracemalloc.h
This commit is contained in:
parent
18b1fdebe0
commit
feb51f3a64
10 changed files with 99 additions and 98 deletions
|
|
@ -179,6 +179,7 @@
|
|||
<ClInclude Include="..\Include\cpython\setobject.h" />
|
||||
<ClInclude Include="..\Include\cpython\sysmodule.h" />
|
||||
<ClInclude Include="..\Include\cpython\traceback.h" />
|
||||
<ClInclude Include="..\Include\cpython\tracemalloc.h" />
|
||||
<ClInclude Include="..\Include\cpython\tupleobject.h" />
|
||||
<ClInclude Include="..\Include\cpython\unicodeobject.h" />
|
||||
<ClInclude Include="..\Include\cpython\warnings.h" />
|
||||
|
|
@ -320,7 +321,6 @@
|
|||
<ClInclude Include="..\Include\symtable.h" />
|
||||
<ClInclude Include="..\Include\sysmodule.h" />
|
||||
<ClInclude Include="..\Include\traceback.h" />
|
||||
<ClInclude Include="..\Include\tracemalloc.h" />
|
||||
<ClInclude Include="..\Include\tupleobject.h" />
|
||||
<ClInclude Include="..\Include\unicodeobject.h" />
|
||||
<ClInclude Include="..\Include\weakrefobject.h" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue