]> granicus.if.org Git - python/commit
Issue #21639: Add a test to check that PyMem_Malloc(0) with tracemalloc enabled
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 2 Jun 2014 19:36:59 +0000 (21:36 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 2 Jun 2014 19:36:59 +0000 (21:36 +0200)
commit8dd49fe09fc4ac3b527914a0703c0dc0429aa125
tree5d59d6e2142596aecd336b454e7b20f62fe54c1b
parent797bcb51d08991ac8a4e56d099083a5acfc3667c
Issue #21639: Add a test to check that PyMem_Malloc(0) with tracemalloc enabled
does not crash.
Lib/test/test_tracemalloc.py