This issue tracker will soon become read-only and move to GitHub.
For a smoother transition, remember to log in and link your GitHub username to your profile.
For more information, see this post about the migration.

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, kumaraditya303
Priority: normal Keywords:

Created on 2022-01-25 12:11 by kumaraditya303, last changed 2022-01-26 15:33 by kj. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 30882 merged kumaraditya303, 2022-01-25 12:11
Messages (2)
msg411579 - (view) Author: Kumar Aditya (kumaraditya303) * 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-01-26 15:33:12kjsetstatus: open -> closed
resolution: fixed
messages: + msg411757

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