Skip to content

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

Open
dhejyuyr wants to merge 1 commit into
python:mainfrom
dhejyuyr:fix_typo
Open

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

Conversation

@dhejyuyr

Copy link
Copy Markdown

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

python-cla-botBot commented Mar 24, 2026

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

CLA signed

@bedevere-app

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.

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

@picnixzpicnixz 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.

This indeed looks like an error here.

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

@github-actions

Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actionsgithub-actionsBot added the stale Stale PR or inactive for long period of time. label May 8, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting mergeskip issueskip newsstaleStale PR or inactive for long period of time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@dhejyuyr@picnixz