• Victor Stinner's avatar
    tracemalloc now supports domains · e492ae50
    Victor Stinner yazdı
    Issue #26588:
    
    * The _tracemalloc now supports tracing memory allocations of multiple address
      spaces (domains).
    * Add domain parameter to tracemalloc_add_trace() and
      tracemalloc_remove_trace().
    * tracemalloc_add_trace() now starts by removing the previous trace, if any.
    * _tracemalloc._get_traces() now returns a list of (domain, size,
      traceback_frames): the domain is new.
    * Add tracemalloc.DomainFilter
    * tracemalloc.Filter: add an optional domain parameter to the constructor and a
      domain attribute
    * Sublte change: use Py_uintptr_t rather than void* in the traces key.
    * Add tracemalloc_config.use_domain, currently hardcoded to 1
    e492ae50
Adı
Son kayıt (commit)
Son güncelleme
..
c-api Loading commit data...
data Loading commit data...
distributing Loading commit data...
distutils Loading commit data...
extending Loading commit data...
faq Loading commit data...
howto Loading commit data...
includes Loading commit data...
install Loading commit data...
installing Loading commit data...
library Loading commit data...
reference Loading commit data...
tools Loading commit data...
tutorial Loading commit data...
using Loading commit data...
whatsnew Loading commit data...
Makefile Loading commit data...
README.txt Loading commit data...
about.rst Loading commit data...
bugs.rst Loading commit data...
conf.py Loading commit data...
contents.rst Loading commit data...
copyright.rst Loading commit data...
glossary.rst Loading commit data...
license.rst Loading commit data...
make.bat Loading commit data...