Update the string limit in the faulthandler documentations

This commit is contained in:
Victor Stinner 2012-07-31 03:25:28 +02:00
parent d5698cbbca
commit 1713f9ae5e
1 changed files with 1 additions and 1 deletions

View File

@ -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.