You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed several issues in printing tracebacks (PyTraceBack_Print()). Setting sys.tracebacklimit to 0 or less now suppresses printing tracebacks. Setting sys.tracebacklimit to None now causes using the default limit. Setting sys.tracebacklimit to an integer larger than LONG_MAX now means using the limit LONG_MAX rather than the default limit.
Documentation
From
Misc/NEWS.d/3.6.4rc1
:That it's possible to set
sys.tracebacklimit
toNone
is not documented at https://docs.python.org/3/library/sys.html#sys.tracebacklimit.Noticed by @tungol in python/typeshed#13173.
Linked PRs
The text was updated successfully, but these errors were encountered: