]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #19757: Cleanup tracemalloc, move
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 4 Dec 2013 00:29:35 +0000 (01:29 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 4 Dec 2013 00:29:35 +0000 (01:29 +0100)
commit1511680b79c1d959e1186df4d19a9a93881b128d
tree57a4d0d4ca42e0d65bda873491397553873ea79b
parent9a954838aba9385618642342828b9dd7c21851d3
Close #19757: Cleanup tracemalloc, move
PyGILState_Ensure()/PyGILState_Release() calls to the raw wrappers to simplify
the code.

Rename also tracemalloc_log_alloc/log_free() to
tracemalloc_add_trace/remove_trace().
Modules/_tracemalloc.c