• Victor Stinner's avatar
    faulthandler: dump all threads by default · 7bba62fd
    Victor Stinner yazdı
     * Set the default value of all_threads arguments to True
     * Py_FatalError() dumps all threads, instead of only the current thread
    
    Dump only the current thread is not reliable. In some cases, Python is unable
    to retrieve the state of the current thread and so is unable to dump the
    traceback. faulthandler keeps a reference to the interpreter and so is always
    able to dump the traceback of all threads.
    7bba62fd
Adı
Son kayıt (commit)
Son güncelleme
..
c-api Loading commit data...
data Loading commit data...
distutils Loading commit data...
documenting Loading commit data...
extending Loading commit data...
faq Loading commit data...
howto Loading commit data...
includes Loading commit data...
install Loading commit data...
library Loading commit data...
reference Loading commit data...
tools Loading commit data...
tutorial Loading commit data...
using Loading commit data...
whatsnew Loading commit data...
ACKS.txt Loading commit data...
Makefile Loading commit data...
README.txt Loading commit data...
about.rst Loading commit data...
bugs.rst Loading commit data...
conf.py Loading commit data...
contents.rst Loading commit data...
copyright.rst Loading commit data...
glossary.rst Loading commit data...
license.rst Loading commit data...
make.bat Loading commit data...