Home
last modified time | relevance | path

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

123

/external/python/cpython3/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
49 Dump the tracebacks of all threads into *file*. If *all_threads* is
64 produce tracebacks for every running thread. Otherwise, dump only the current
86 Dumping the tracebacks after a timeout
91 Dump the tracebacks of all threads, after a timeout of *timeout* seconds, or
93 :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
128 for use in compilation time tracebacks, and is also compiled in to the
129 byte-code file, where it will be used in tracebacks and other messages in
188 for use in compilation time tracebacks, and is also compiled in to the
189 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
312 allocators. Collected tracebacks of traces will be limited to *nframe*
401 * ``Filter(False, "<unknown>")`` excludes empty tracebacks
660 When a snapshot is taken, tracebacks of traces are limited to
Dtypes.rst223 available attributes and operations, and guidance on creating tracebacks
/external/python/cpython2/Doc/library/
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
82 for use in compilation time tracebacks, and is also compiled in to the
83 byte-code file, where it will be used in tracebacks and other messages in
103 for use in compilation time tracebacks, and is also compiled in to the
104 byte-code file, where it will be used in tracebacks and other messages in
Dcgitb.rst15 single: CGI; tracebacks
17 single: tracebacks; in CGI scripts
Dstringio.rst90 These objects are not generally visible. They turn up in tracebacks as
/external/python/cpython3/Modules/
D_tracemalloc.c1288 _Py_hashtable_t *tracebacks; member
1312 tracemalloc_obj = trace_to_pyobject(domain, &trace, get_traces->tracebacks); in tracemalloc_get_traces_fill()
1326 tracemalloc_pyobject_decref_cb(_Py_hashtable_t *tracebacks, in tracemalloc_pyobject_decref_cb() argument
1331 _Py_HASHTABLE_ENTRY_READ_DATA(tracebacks, entry, obj); in tracemalloc_pyobject_decref_cb()
1357 get_traces.tracebacks = NULL; in _tracemalloc__get_traces_impl()
1367 get_traces.tracebacks = hashtable_new(sizeof(traceback_t *), in _tracemalloc__get_traces_impl()
1371 if (get_traces.tracebacks == NULL) { in _tracemalloc__get_traces_impl()
1398 if (get_traces.tracebacks != NULL) { in _tracemalloc__get_traces_impl()
1399 _Py_hashtable_foreach(get_traces.tracebacks, in _tracemalloc__get_traces_impl()
1401 _Py_hashtable_destroy(get_traces.tracebacks); in _tracemalloc__get_traces_impl()
/external/python/cpython3/Lib/
Dtracemalloc.py459 tracebacks = {}
464 traceback = tracebacks[trace_traceback]
473 tracebacks[trace_traceback] = traceback
486 traceback = tracebacks[frame]
493 tracebacks[frame] = traceback
/external/python/cpython2/Misc/NEWS.d/next/Library/
D2018-08-22-17-43-52.bpo-6700.hp7C4B.rst1 Fix inspect.getsourcelines for module level frames/tracebacks.
/external/tensorflow/.github/ISSUE_TEMPLATE/
D40-tflite-op-request.md24 …ource code that would be helpful to diagnose the problem. If including tracebacks, please include …
D10-build-installation-issue.md29 …ource code that would be helpful to diagnose the problem. If including tracebacks, please include …
D00-bug-performance-issue.md34 …ource code that would be helpful to diagnose the problem. If including tracebacks, please include …
/external/python/cpython2/Objects/
Dlnotab_notes.txt5 line #s for tracebacks and to identify line number boundaries for line tracing.
52 The above is sufficient to reconstruct line numbers for tracebacks, but not for
/external/python/cpython3/Objects/
Dlnotab_notes.txt5 source code line #s for tracebacks and to identify line number boundaries for
59 The above is sufficient to reconstruct line numbers for tracebacks, but not for
/external/grpc-grpc/src/python/grpcio_tests/tests/
D_result.py400 tracebacks = '\n\n'.join(
412 return statistics + '\nErrors/Failures: \n' + tracebacks + '\n' + notes
/external/tensorflow/
DISSUE_TEMPLATE.md42 …ource code that would be helpful to diagnose the problem. If including tracebacks, please include …
/external/python/cpython3/Misc/NEWS.d/
D3.6.4rc1.rst20 Fixed several issues in printing tracebacks (PyTraceBack_Print()).
22 * Setting sys.tracebacklimit to 0 or less now suppresses printing tracebacks.
540 tracebacks when either the current exception or an exception in its
944 Improve tk event exception tracebacks in IDLE. When tk event handling is
946 context is no longer added to tk event exception tracebacks. The traceback
D3.7.0a3.rst98 Fixed several issues in printing tracebacks (PyTraceBack_Print()).
100 * Setting sys.tracebacklimit to 0 or less now suppresses printing tracebacks.
1030 tracebacks when either the current exception or an exception in its
1464 Improve tk event exception tracebacks in IDLE. When tk event handling is
1466 context is no longer added to tk event exception tracebacks. The traceback
D3.5.0a2.rst136 Make it possible to show local variables in tracebacks for both the
/external/tensorflow/tensorflow/core/debug/
Ddebug_service.proto95 // Send the tracebacks of a TensorFlow execution call.
/external/python/six/
DCHANGES26 - Pull request #72: Avoid creating reference cycles through tracebacks in
/external/python/cpython2/Misc/NEWS.d/
D2.7.5.rst289 otherwise misleading output in tracebacks and when when debug is on.
/external/python/cpython2/Lib/idlelib/
DHISTORY.txt72 - When running programs with ExecBinding, tracebacks will be clipped to

123