Fix C-analyzer `Function::_unformat_data()` by dhejyuyr · Pull Request #146372 · python/cpython
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>
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()
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)
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