Revision d5961d9e877726050978a3ff06d0bb65d0ef3945 authored by Victor Stinner on 22 November 2018, 15:07:11 UTC, committed by Victor Stinner on 22 November 2018, 15:07:11 UTC
If _PyObject_Dump() detects that the object is freed, don't try to
dump it (exit immediately).

Enhance also _PyObject_IsFreed(): it now detects if the pointer
itself looks like freed memory.
1 parent 9a0d7a7
History
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.6 KB
_testembed.c -rw-r--r-- 19.2 KB
python.c -rw-r--r-- 298 bytes

README

back to top