mirror of https://github.com/python/cpython.git
Update the string limit in the faulthandler documentations
This commit is contained in:
parent
d5698cbbca
commit
1713f9ae5e
|
@ -23,7 +23,7 @@ tracebacks:
|
||||||
|
|
||||||
* Only ASCII is supported. The ``backslashreplace`` error handler is used on
|
* Only ASCII is supported. The ``backslashreplace`` error handler is used on
|
||||||
encoding.
|
encoding.
|
||||||
* Each string is limited to 100 characters.
|
* Each string is limited to 500 characters.
|
||||||
* Only the filename, the function name and the line number are
|
* Only the filename, the function name and the line number are
|
||||||
displayed. (no source code)
|
displayed. (no source code)
|
||||||
* It is limited to 100 frames and 100 threads.
|
* It is limited to 100 frames and 100 threads.
|
||||||
|
|
Loading…
Reference in New Issue