FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-111123: symtable should visit exception handlers before the else block by iritkatriel · Pull Request #111142 · python/cpython · GitHub

/ cpython Public

gh-111123: symtable should visit exception handlers before the else block - #111142

Merged
iritkatriel merged 6 commits into
python:mainfrom
iritkatriel:gh-111123
Oct 21, 2023
Merged

gh-111123: symtable should visit exception handlers before the else block#111142
iritkatriel merged 6 commits into
python:mainfrom
iritkatriel:gh-111123

Conversation

iritkatriel commented Oct 20, 2023
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

iritkatriel added type-bug An unexpected behavior, bug, or error interpreter-core (Objects, Python, Grammar, and Parser dirs) needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Oct 20, 2023
iritkatriel requested a review from pablogsal October 20, 2023 22:17
iritkatriel removed needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Oct 21, 2023
iritkatriel and others added 3 commits October 21, 2023 11:47
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
iritkatriel merged commit b578e51 into python:main Oct 21, 2023
Comment thread Doc/whatsnew/3.13.rst
the file is not accessible.
(Contributed by Moonsik Park in :gh:`82367`.)

* Fixed a bug where a :keyword:`global` decleration in an :keyword:`except` block

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Typo: should be "declaration"

aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

global declaration in except has incorrect prior use

3 participants


Back | FazBrowse Home | New Git URL