[issue26588] _tracemalloc: add support for multiple address spaces (domains)

STINNER Victor report at bugs.python.org
Mon Mar 21 14:00:29 EDT 2016


STINNER Victor added the comment:

Hum, the patch is really too hard to review. So I extract to the "key_size" part: hashtable_key_size.patch.

I added new macros to get the key, wrapper to memcpy() with an assert to check the key size in debug mode.

----------
Added file: http://bugs.python.org/file42237/hashtable_key_size.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26588>
_______________________________________


More information about the Python-bugs-list mailing list