]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
tracemalloc: only use unsigned types to compute hash
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 16 Dec 2013 22:05:13 +0000 (23:05 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 16 Dec 2013 22:05:13 +0000 (23:05 +0100)
commit4d8c29cd572b9556e6cfdcfea58724c4a69dbaa6
tree4345acad5e5f796a676e45ac3ea2e9190cb5330c
parentfffb96ba66ab46c2de48e228d69ab10a19b1ea2d
tracemalloc: only use unsigned types to compute hash

Commit to simplify the backport to python 2.7 and to make the code more
consistent.
Modules/_tracemalloc.c