https://github.com/python/cpython
Revision 0862505a0377c12e8004b2eb8de0555f26ce9530 authored by Victor Stinner on 26 October 2018, 16:39:11 UTC, committed by GitHub on 26 October 2018, 16:39:11 UTC
Replace assert() with _PyObject_ASSERT() in Objects/typeobject.c
to dump the faulty object on assertion failure to ease debugging.
1 parent a4b2bc7
History
Tip revision: 0862505a0377c12e8004b2eb8de0555f26ce9530 authored by Victor Stinner on 26 October 2018, 16:39:11 UTC
bpo-9263: Use _PyObject_ASSERT() in typeobject.c (GH-10111)
Tip revision: 0862505
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.6 KB
_testembed.c -rw-r--r-- 20.7 KB
python.c -rw-r--r-- 266 bytes

README

back to top