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
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 7.3 KB
README.rst -rw-r--r-- 4.3 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.2 KB
conf.py -rw-r--r-- 6.4 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
docutils.conf -rw-r--r-- 56 bytes
glossary.rst -rw-r--r-- 51.4 KB
license.rst -rw-r--r-- 43.4 KB
make.bat -rw-r--r-- 5.2 KB

README.rst

back to top