Skip to content

Fix C-analyzer Function::_unformat_data()#146372

Open
dhejyuyr wants to merge 1 commit intopython:mainfrom
dhejyuyr:fix_typo
Open

Fix C-analyzer Function::_unformat_data()#146372
dhejyuyr wants to merge 1 commit intopython:mainfrom
dhejyuyr:fix_typo

Conversation

@dhejyuyr
Copy link

Unused datastr variable looks like a typo. Replace sig with datastr.

Fixes: 345cd37 (bpo-36876: Fix the C analyzer tool. (GH-22841))

Unused datastr variable looks like a typo. Replace sig with datastr.

Fixes: 345cd37 (bpo-36876: Fix the C analyzer tool. (pythonGH-22841))
Signed-off-by: Elizaveta Tereshkina <teryoshkina.ea@gmail.com>
@python-cla-bot
Copy link

python-cla-bot bot commented Mar 24, 2026

All commit authors signed the Contributor License Agreement.

CLA signed

@bedevere-app
Copy link

bedevere-app bot commented Mar 24, 2026

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.

@picnixz picnixz changed the title fix typo in Function::_unformat_data() Fix C-analyzer Function::_unformat_data() Mar 24, 2026
Copy link
Member

@picnixz picnixz left a comment

Choose a reason for hiding this comment

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

This indeed looks like an error here.

(Sorry Mark for the ping, I thought it was the cases generator)

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