Skip to content

gh-157250: Remove superfluous symbol in inline assembly - #157251

Open
fuhsnn wants to merge 1 commit into
python:mainfrom
fuhsnn:redunt-symbol-in-asm
Open

gh-157250: Remove superfluous symbol in inline assembly#157251
fuhsnn wants to merge 1 commit into
python:mainfrom
fuhsnn:redunt-symbol-in-asm

Conversation

@fuhsnn

@fuhsnn fuhsnn commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Remove an extra { in inline assembly that is likely typo.

@bedevere-app

bedevere-app Bot commented Sep 10, 2026

Copy link
Copy Markdown

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@aisk aisk left a comment

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.

Checked that the open brace is silently ignored, so that's why we didn't catch it. Removing it is more like a code cleanup and doesn't change anything, so LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants