Files
cpython/Include
Victor Stinner 82af0b63b0 bpo-9263: _PyObject_Dump() detects freed memory (GH-10061)
_PyObject_Dump() now uses an heuristic to check if the object memory
has been freed: log "<freed object>" in that case.

The heuristic rely on the debug hooks on Python memory allocators
which fills the memory with DEADBYTE (0xDB) when memory is
deallocated. Use PYTHONMALLOC=debug to always enable these debug
hooks.
2018-10-23 17:39:40 +02:00
..
2018-06-11 15:01:47 +03:00
2016-01-26 00:40:57 +01:00
2018-01-26 08:20:18 -08:00
2014-10-10 11:55:41 +02:00
2018-01-31 17:44:09 -05:00
2017-09-29 15:53:19 -07:00
2017-09-29 15:53:19 -07:00
2016-08-20 08:03:06 +00:00
2017-09-14 18:13:16 -07:00