Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-138239: Fix incorrect highlighting of "type" in type statements in the REPL.#138241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
python-cla-botbot commentedAug 29, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Uh oh!
There was an error while loading.Please reload this page.
Misc/NEWS.d/next/Library/2025-08-29-12-56-55.gh-issue-138239.uthZFI.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
…thZFI.rstCo-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
my bad, my suggestion had an extra |
I didn’t notice the issue here, let me fix it. 😊 |
Uh oh!
There was an error while loading.Please reload this page.
The commit above also fixed the missing handling for type statement after DEDENT, discovered while adding test cases. 😌 |
Uh oh!
There was an error while loading.Please reload this page.
26cfb17 intopython:mainUh oh!
There was an error while loading.Please reload this page.
…nts in the REPL (pythonGH-138241)(cherry picked from commit26cfb17)Co-authored-by: 00ll00 <40747228+00ll00@users.noreply.github.com>Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
GH-138937 is a backport of this pull request to the3.14 branch. |
Uh oh!
There was an error while loading.Please reload this page.
is_soft_keyword_used.