FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

/ cpython Public

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

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 Bot commented Mar 24, 2026
edited
Loading

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

bedevere-app Bot commented Mar 24, 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.

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

picnixz left a comment
edited
Loading

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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This indeed looks like an error here.

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

github-actions Bot commented May 8, 2026

Copy link
Copy Markdown

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

github-actions Bot added the stale Stale PR or inactive for long period of time. label May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting merge skip issue skip news stale Stale PR or inactive for long period of time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL