]> granicus.if.org Git - python/commit
Issue #26558: Remove useless check in tracemalloc
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 14 Mar 2016 16:01:32 +0000 (17:01 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 14 Mar 2016 16:01:32 +0000 (17:01 +0100)
commitd222653f8f39733f65ea93bfeab7748185ba4ea8
treef279d38658a345c4ae2d2f7a912703df8e4cfcab
parent791da1cc264574f8f3e44570d0fce293f755fdf3
Issue #26558: Remove useless check in tracemalloc

The first instruction of tracemalloc_add_trace() is traceback_new() which
already checks the GIL.
Modules/_tracemalloc.c