Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Jul 2, 2023

  • Remove private _PyTraceMalloc C API functions: move them to the internal C API.
  • Don't export private _PyTraceMalloc functions anymore.
  • Rename Include/tracemalloc.h to Include/cpython/tracemalloc.h

* 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
@vstinnervstinnerforce-pushed the pycore_tracemalloc branch from 8959034 to 9d0865dCompareJuly 2, 2023 00:24
@vstinnervstinner changed the title gh-106320: Remove private _PyTracemalloc C API functionsgh-106320: Remove private _PyTraceMalloc C API functionsJul 2, 2023
@vstinnervstinner enabled auto-merge (squash) July 2, 2023 00:27
@vstinnervstinner merged commit feb51f3 into python:mainJul 2, 2023
@vstinnervstinner deleted the pycore_tracemalloc branch July 17, 2023 17:16
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@bedevere-bot