| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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>
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
There was a problem hiding this comment.
This indeed looks like an error here.
(Sorry Mark for the ping, I thought it was the cases generator)
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Unused datastr variable looks like a typo. Replace sig with datastr.
Fixes: 345cd37 (bpo-36876: Fix the C analyzer tool. (GH-22841))