]> granicus.if.org Git - python/commit
Issue #18874: Implement the PEP 454 (tracemalloc)
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 23 Nov 2013 11:27:24 +0000 (12:27 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 23 Nov 2013 11:27:24 +0000 (12:27 +0100)
commited3b0bca3ef9d7bdbb8bd8e67e60e85f5a336da0
treefd4390855d293372f73048fdf4b3e6b4a7cdf440
parent0fb6072fad411eba171b53037bcc04d07c7b0770
Issue #18874: Implement the PEP 454 (tracemalloc)
17 files changed:
Doc/library/debug.rst
Doc/library/tracemalloc.rst [new file with mode: 0644]
Doc/license.rst
Doc/using/cmdline.rst
Lib/test/support/__init__.py
Lib/test/test_atexit.py
Lib/test/test_capi.py
Lib/test/test_threading.py
Lib/test/test_tracemalloc.py [new file with mode: 0644]
Lib/tracemalloc.py [new file with mode: 0644]
Modules/Setup.dist
Modules/_tracemalloc.c [new file with mode: 0644]
Modules/hashtable.c [new file with mode: 0644]
Modules/hashtable.h [new file with mode: 0644]
PC/config.c
PCbuild/pythoncore.vcxproj
Python/pythonrun.c