[issue44472] ltrace functionality doesn't work if there is an exception set

2021-07-13 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 4a0f1df9527f7d67064d33f5366476b3c93dc86c by Miss Islington (bot) in branch '3.10': bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (GH-26830) https://github.com/python/cpython/commit/4a0f1df9527f7d67064d33f53664

[issue44472] ltrace functionality doesn't work if there is an exception set

2021-07-12 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6fb4248cd9502f50dd089fdcf548d735dcfd981e by Miss Islington (bot) in branch '3.9': bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (#26831) https://github.com/python/cpython/commit/6fb4248cd9502f50dd089fdcf548d735dcfd981e

[issue44472] ltrace functionality doesn't work if there is an exception set

2021-06-21 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue44472] ltrace functionality doesn't work if there is an exception set

2021-06-21 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 06cda808f149fae9b4c688f752b6eccd0d455ba4 by Pablo Galindo in branch 'main': bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) https://github.com/python/cpython/commit/06cda808f149fae9b4c688f752b6eccd0d455ba4

[issue44472] ltrace functionality doesn't work if there is an exception set

2021-06-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +25412 pull_request: https://github.com/python/cpython/pull/26831 ___ Python tracker ___ __

[issue44472] ltrace functionality doesn't work if there is an exception set

2021-06-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +25411 pull_request: https://github.com/python/cpython/pull/26830 ___ Python tracker _

[issue44472] ltrace functionality doesn't work if there is an exception set

2021-06-21 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +25403 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26822 ___ Python tracker __

[issue44472] ltrace functionality doesn't work if there is an exception set

2021-06-21 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : Using lltrace results in this crash because we are getting the repl with an exception set: pop None Assertion failed: (!_PyErr_Occurred(tstate)), function PyObject_Repr, file Objects/object.c, line 431. pop Fatal Python error: Aborted Current threa