- 23 Eyl, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
dump_traceback_later() and cancel_dump_tracebacks_later() to cancel_dump_traceback_later().
-
- 22 Eyl, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 31 Tem, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 13 Tem, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Call the previous signal handler if chain is True.
-
- 19 Haz, 2011 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
-
- 18 Haz, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 07 May, 2011 1 kayıt (commit)
-
-
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.
-
- 08 Nis, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Fix a crash: don't read from NULL.
-
- 01 Nis, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Georg Brandl yazdı
-
- 31 Mar, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
* dump_traceback_later() => dump_tracebacks_later() * cancel_dump_traceback_later() => cancel_dump_tracebacks_later()
-
- 30 Mar, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-