| commit | 9528334e16abf1673edcfadf7007f55a864079b7 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 15 21:57:02 2016 +0100 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 15 21:57:02 2016 +0100 |
| tree | e4f52b0fa224bb97a1e15320d73381381d81bea8 | |
| parent | 57003f81ead9ff38150c1e4821811c66c296d33c [diff] |
_tracemalloc: store lineno as unsigned int Issue #26564. Cleanup the code, lineno is never negative.