[issue45890] Add tests for tracing try-except-finally blocks

2021-12-07 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue45890] Add tests for tracing try-except-finally blocks

2021-12-07 Thread Mark Shannon
New submission from Mark Shannon : New changeset a310fd83a014484b8c680de83540c4908b344c6c by Irit Katriel in branch 'main': bpo-45890: Add tests for tracing try-except-finally blocks (GH-29746) https://github.com/python/cpython/commit/a310fd83a014484b8c680de83540c4908b344c6c -- nosy:

[issue45890] Add tests for tracing try-except-finally blocks

2021-11-24 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +27983 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29746 ___ Python tracker ___ ___

[issue45890] Add tests for tracing try-except-finally blocks

2021-11-24 Thread Irit Katriel
Change by Irit Katriel : -- assignee: iritkatriel components: Interpreter Core, Tests nosy: iritkatriel priority: normal severity: normal status: open title: Add tests for tracing try-except-finally blocks type: enhancement versions: Python 3.11 ___