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 existing unbound_local_error label in DELETE_FAST opcode
Type: Stage: resolved
Components: Interpreter Core Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Mark.Shannon, kj, kumaraditya
Priority: normal Keywords:

Created on 2022-01-25 12:11 by kumaraditya, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 30882 merged kumaraditya, 2022-01-25 12:11
Messages (2)
msg411579 - (view) Author: Kumar Aditya (kumaraditya) * (Python triager) Date: 2022-01-25 12:11
There was already a unbound_local_error label defined so use it in DELETE_FAST opcode too.
msg411757 - (view) Author: Ken Jin (kj) * (Python committer) Date: 2022-01-26 15:33
Not sure why the merge message didn't appear here, but thanks!
History
Date User Action Args
2022-04-11 14:59:55adminsetgithub: 90674
2022-01-26 15:33:12kjsetstatus: open -> closed
resolution: fixed
messages: + msg411757

stage: resolved
2022-01-25 12:11:02kumaradityacreate