◐ Shell
clean mode source ↗

Fix C-analyzer `Function::_unformat_data()` by dhejyuyr · Pull Request #146372 · python/cpython

@dhejyuyr

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

All commit authors signed the Contributor License Agreement.

CLA signed

@bedevere-app

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

picnixz

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

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