SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 289 Python

bpo-30054: Expose tracemalloc C API (#1236)

* Make PyTraceMalloc_Track() and PyTraceMalloc_Untrack() functions
  public (remove the "_" prefix)
* Remove the _PyTraceMalloc_domain_t type: use directly unsigned
  int.
* Document methods

Note: methods are already tested in test_tracemalloc.
V
Victor Stinner committed
5ea4c0677389ead2eee759958694cff2c65834a7
Parent: 26cb465
Committed by GitHub <noreply@github.com> on 6/20/2017, 3:46:36 PM