[issue31949] Bugs in PyTraceBack_Print()

2018-09-22 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: -4257 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31949] Bugs in PyTraceBack_Print()

2017-11-15 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6 ___ Python tracker

[issue31949] Bugs in PyTraceBack_Print()

2017-11-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 3864248866d6224336c7be49670447cb4d125cd6 by Serhiy Storchaka in branch '3.6': [3.6] bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print()). (GH-4289) (#4406)

[issue31949] Bugs in PyTraceBack_Print()

2017-11-15 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +4355 ___ Python tracker ___ ___

[issue31949] Bugs in PyTraceBack_Print()

2017-11-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset edad8eebeee3c99e324a7f1ac5073167c2b0b54d by Serhiy Storchaka in branch 'master': bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print()). (#4289)

[issue31949] Bugs in PyTraceBack_Print()

2017-11-06 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +4257 ___ Python tracker ___ ___

[issue31949] Bugs in PyTraceBack_Print()

2017-11-05 Thread Berker Peksag
Berker Peksag added the comment: > Setting sys.tracebacklimit to 0 or less no longer suppress printing > tracebacks in PyTraceBack_Print(). This was also reported in issue 12276. -- nosy: +berker.peksag ___ Python tracker

[issue31949] Bugs in PyTraceBack_Print()

2017-11-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +4252 stage: -> patch review ___ Python tracker ___

[issue31949] Bugs in PyTraceBack_Print()

2017-11-05 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : 0fbab7ff8d2efd92e222fcc13c0aff0998c3c158 changed the semantic of PyTraceBack_Print and sys.tracebacklimit. It no longer match the documentation and the behavior of the traceback module. Setting sys.tracebacklimit to 0 or less