| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add `extern "C"` around `PyTraceMalloc_` functions. (#127772) | Peter Hawkins | 2024-12-11 | 1 | -0/+6 |
| | | | | | Pretty much everything else exported by Python.h has an extern "C" annotation, yet this header appears to be missing one. | ||||
| * | gh-106320: Remove private _PyTraceMalloc C API functions (#106324) | Victor Stinner | 2023-07-02 | 1 | -0/+26 |
| * 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 | |||||
