Staging
v0.5.1
https://github.com/python/cpython
Revision edad8eebeee3c99e324a7f1ac5073167c2b0b54d authored by Serhiy Storchaka on 15 November 2017, 15:38:52 UTC, committed by GitHub on 15 November 2017, 15:38:52 UTC
* 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.
* Fixed integer overflows in the case of more than 2**31 traceback items on
  Windows.
* Fixed output errors handling.
1 parent 6545256
History
Tip revision: edad8eebeee3c99e324a7f1ac5073167c2b0b54d authored by Serhiy Storchaka on 15 November 2017, 15:38:52 UTC
bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print()). (#4289)
Tip revision: edad8ee

README

back to top