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: Refactor exception matcher validation out of JUMP_IF_NOT_EXC_MATCH
Type: Stage: resolved
Components: 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-22 15:52 by iritkatriel, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 29711 merged iritkatriel, 2021-11-22 16:11
Messages (2)
msg406790 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-11-22 15:52
The validation will be shared with except* so this refactor is prep for implementing PEP-654.

Also need to add the missing unit test for the validation.
msg406793 - (view) Author: Mark Shannon (Mark.Shannon) * (Python committer) Date: 2021-11-22 16:56
New changeset 4d6c0c0cce05befa06e0cad7351b1303ac048277 by Irit Katriel in branch 'main':
bpo-45871: Refactor except matcher validation into a separate function so that it can be reused. Add missing unit test. (GH-29711)
https://github.com/python/cpython/commit/4d6c0c0cce05befa06e0cad7351b1303ac048277
History
Date User Action Args
2022-04-11 14:59:52adminsetgithub: 90029
2021-11-22 17:09:22iritkatrielsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-11-22 16:56:31Mark.Shannonsetnosy: + Mark.Shannon
messages: + msg406793
2021-11-22 16:11:49iritkatrielsetkeywords: + patch
stage: patch review
pull_requests: + pull_request27947
2021-11-22 15:53:00iritkatrielsetassignee: iritkatriel
2021-11-22 15:52:54iritkatrielcreate