This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add tests for tracing try-except-finally blocks
Type: enhancement Stage: resolved
Components: Interpreter Core, Tests Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: iritkatriel Nosy List: Mark.Shannon, iritkatriel
Priority: normal Keywords: patch

Created on 2021-11-24 11:23 by iritkatriel, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 29746 merged iritkatriel, 2021-11-24 11:25
Messages (1)
msg407912 - (view) Author: Mark Shannon (Mark.Shannon) * (Python committer) Date: 2021-12-07 10:50
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
History
Date User Action Args
2022-04-11 14:59:52adminsetgithub: 90048
2021-12-07 11:23:49iritkatrielsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-12-07 10:50:51Mark.Shannonsetnosy: + Mark.Shannon
messages: + msg407912
2021-11-24 11:25:24iritkatrielsetkeywords: + patch
stage: patch review
pull_requests: + pull_request27983
2021-11-24 11:23:45iritkatrielcreate