]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Ooops, revert changeset ea9efa06c137
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Mar 2016 13:36:39 +0000 (14:36 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Mar 2016 13:36:39 +0000 (14:36 +0100)
commit322bc12c3142e7816dd34c6c3085929ab29d3ed8
tree6198f0a586970bd578569611eaefb6a059338916
parentfac395681fb758401d17974f258b17d285336c57
Ooops, revert changeset ea9efa06c137

Change pushed by mistake, the patch is still under review :-/

"""
_tracemalloc: add domain to trace keys

* hashtable.h: key has now a variable size
* _tracemalloc uses (pointer: void*, domain: unsigned int) as key for traces
"""
Modules/_tracemalloc.c
Modules/hashtable.c
Modules/hashtable.h
Python/marshal.c