summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-11-15 16:04:46 (GMT)
committerGitHub <noreply@github.com>2017-11-15 16:04:46 (GMT)
commit3864248866d6224336c7be49670447cb4d125cd6 (patch)
tree3b17aa9488ad298fa8b16c2b4271bef323479920 /Python/pythonrun.c
parenteb38367f20b05f2ad04a4833bceb369b5e78b1a3 (diff)
downloadcpython-3864248866d6224336c7be49670447cb4d125cd6.zip
cpython-3864248866d6224336c7be49670447cb4d125cd6.tar.gz
cpython-3864248866d6224336c7be49670447cb4d125cd6.tar.bz2
[3.6] bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print()). (GH-4289) (#4406)
* 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.. (cherry picked from commit edad8eebeee3c99e324a7f1ac5073167c2b0b54d)
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions