◐ Shell
clean mode source ↗

gh-106320: Remove private _PyTraceMalloc C API functions by vstinner · Pull Request #106324 · python/cpython

* 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

@vstinner vstinner changed the title gh-106320: Remove private _PyTracemalloc C API functions gh-106320: Remove private _PyTraceMalloc C API functions

Jul 2, 2023