Home
last modified time | relevance | path

Searched refs:tracebacks (Results 1 – 25 of 42) sorted by relevance

12

/third_party/python/Doc/library/
Dfaulthandler.rst11 This module contains functions to dump Python tracebacks explicitly, on a fault,
26 tracebacks:
37 tracebacks, applications must be run in the terminal. A log file can
40 The module is implemented in C, so tracebacks can be dumped on a crash or when
52 Dump the tracebacks of all threads into *file*. If *all_threads* is
67 produce tracebacks for every running thread. Otherwise, dump only the current
93 Dumping the tracebacks after a timeout
98 Dump the tracebacks of all threads, after a timeout of *timeout* seconds, or
100 :c:func:`_exit` with status=1 after dumping the tracebacks. (Note
Dcompileall.rst50 appear in compilation time tracebacks, and is also compiled in to the
51 byte-code file, where it will be used in tracebacks and other messages in
161 for use in compilation time tracebacks, and is also compiled in to the
162 byte-code file, where it will be used in tracebacks and other messages in
241 for use in compilation time tracebacks, and is also compiled in to the
242 byte-code file, where it will be used in tracebacks and other messages in
Dcgitb.rst14 single: CGI; tracebacks
16 single: tracebacks; in CGI scripts
Dtracemalloc.rst112 module has cached ``940 KiB`` of Python source code to format tracebacks, all
369 allocators. Collected tracebacks of traces will be limited to *nframe*
461 * ``Filter(False, "<unknown>")`` excludes empty tracebacks
720 When a snapshot is taken, tracebacks of traces are limited to
Dsqlite3.rst312 By default you will not get any tracebacks in user-defined functions,
315 get tracebacks from callbacks on ``sys.stderr``. Use :const:`False` to
508 tracebacks from exceptions raised in the trace callback.
Dtypes.rst326 available attributes and operations, and guidance on creating tracebacks
Ddoctest.rst349 * Output to stdout is captured, but not output to stderr (exception tracebacks
404 example: just paste in the traceback. [#]_ Since tracebacks contain details
455 Note that tracebacks are treated very specially. In particular, in the
474 course this does the right thing for genuine tracebacks.
Dunittest.rst240 Show local variables in tracebacks.
1958 holding formatted tracebacks. Each tuple represents a test which raised an
1964 holding formatted tracebacks. Each tuple represents a test where a failure
1977 holding formatted tracebacks. Each tuple represents an expected failure
2011 If set to true then local variables will be shown in tracebacks.
Dcgi.rst460 you can easily send tracebacks to the web browser using the :mod:`cgitb` module.
Dwsgiref.rst659 The maximum number of frames to include in tracebacks output by the default
Dlogging.config.rst262 might present exception tracebacks in an expanded or condensed
Didle.rst826 For SyntaxError tracebacks, the normal '^' marking where the error was
/third_party/python/Lib/
Dtracemalloc.py485 tracebacks = {}
490 traceback = tracebacks[trace_traceback]
499 tracebacks[trace_traceback] = traceback
512 traceback = tracebacks[frame]
519 tracebacks[frame] = traceback
/third_party/python/Modules/
D_tracemalloc.c1186 _Py_hashtable_t *tracebacks; member
1281 get_traces->tracebacks); in tracemalloc_get_traces_fill()
1341 get_traces.tracebacks = NULL; in _tracemalloc__get_traces_impl()
1351 get_traces.tracebacks = hashtable_new(_Py_hashtable_hash_ptr, in _tracemalloc__get_traces_impl()
1354 if (get_traces.tracebacks == NULL) { in _tracemalloc__get_traces_impl()
1401 if (get_traces.tracebacks != NULL) { in _tracemalloc__get_traces_impl()
1402 _Py_hashtable_destroy(get_traces.tracebacks); in _tracemalloc__get_traces_impl()
/third_party/python/Misc/NEWS.d/
D3.6.4rc1.rst20 Fixed several issues in printing tracebacks (PyTraceBack_Print()).
21 Setting sys.tracebacklimit to 0 or less now suppresses printing tracebacks.
535 tracebacks when either the current exception or an exception in its
938 Improve tk event exception tracebacks in IDLE. When tk event handling is
940 context is no longer added to tk event exception tracebacks. The traceback
D3.7.0a3.rst98 Fixed several issues in printing tracebacks (PyTraceBack_Print()).
99 Setting sys.tracebacklimit to 0 or less now suppresses printing tracebacks.
1023 tracebacks when either the current exception or an exception in its
1456 Improve tk event exception tracebacks in IDLE. When tk event handling is
1458 context is no longer added to tk event exception tracebacks. The traceback
D3.5.0a2.rst135 Make it possible to show local variables in tracebacks for both the
D3.6.0a4.rst17 Large sections of repeated lines in tracebacks are now abbreviated as
D3.6.2rc1.rst484 Avoid KeyboardInterrupt tracebacks in forkserver helper process when Ctrl-C
D3.5.4rc1.rst550 Avoid KeyboardInterrupt tracebacks in forkserver helper process when Ctrl-C
/third_party/python/Objects/
Dlnotab_notes.txt149 The above is sufficient to reconstruct line numbers for tracebacks, but not for
/third_party/python/Lib/idlelib/
DHISTORY.txt72 - When running programs with ExecBinding, tracebacks will be clipped to
DNEWS.txt503 bpo-32207: Improve tk event exception tracebacks in IDLE.
506 to tk event exception tracebacks. The traceback is now the same
/third_party/python/Doc/c-api/
Dveryhigh.rst251 *filename* is used to construct the code object and may appear in tracebacks or
/third_party/jinja2/
DCHANGES.rst214 - Fix a hang when displaying tracebacks on Python 32-bit.
419 - Resolved a bug where getting debug locals for tracebacks could

12