]> granicus.if.org Git - python/commit
_tracemalloc: store lineno as unsigned int
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 15 Mar 2016 20:57:02 +0000 (21:57 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 15 Mar 2016 20:57:02 +0000 (21:57 +0100)
commit9528334e16abf1673edcfadf7007f55a864079b7
treee4f52b0fa224bb97a1e15320d73381381d81bea8
parent57003f81ead9ff38150c1e4821811c66c296d33c
_tracemalloc: store lineno as unsigned int

Issue #26564. Cleanup the code, lineno is never negative.
Modules/_tracemalloc.c