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: use the new POP_JUMP_IF_NOT_NONE to simplify except* a bit
Type: enhancement Stage: resolved
Components: Interpreter Core Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: iritkatriel Nosy List: iritkatriel, miss-islington
Priority: normal Keywords: patch

Created on 2022-01-06 19:13 by iritkatriel, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 30439 merged iritkatriel, 2022-01-06 19:15
Messages (1)
msg409905 - (view) Author: miss-islington (miss-islington) Date: 2022-01-06 19:43
New changeset 16dfabf75cd0786781bcd8ded6a12591fb893d68 by Irit Katriel in branch 'main':
bpo-46286: use the new POP_JUMP_IF_NOT_NONE opcode to simplify except* (GH-30439)
https://github.com/python/cpython/commit/16dfabf75cd0786781bcd8ded6a12591fb893d68
History
Date User Action Args
2022-04-11 14:59:54adminsetgithub: 90444
2022-01-06 19:54:47iritkatrielsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-01-06 19:43:25miss-islingtonsetnosy: + miss-islington
messages: + msg409905
2022-01-06 19:15:46iritkatrielsetkeywords: + patch
stage: patch review
pull_requests: + pull_request28646
2022-01-06 19:13:20iritkatrielcreate