New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tools/c-analyzer is out-of-date. #90110
Comments
Some relatively recent changes broke "./python Tools/c-analyzer/c-analyzer.py ...". Also, Tools/c-analyzer/TODO is a bit out of date. |
ericsnowcurrently
added a commit
that referenced
this issue
Aug 1, 2022
ericsnowcurrently
added a commit
that referenced
this issue
Aug 4, 2022
iritkatriel
pushed a commit
to iritkatriel/cpython
that referenced
this issue
Aug 11, 2022
ericsnowcurrently
added a commit
that referenced
this issue
Aug 17, 2022
We broke it with a recent `_PyArg_Parser` change. Also: * moved the `_PyArg_Parser` whitelist entries over to ignored.tsv now that they are thread-safe * added some known globals from a currently-excluded file * dropped some outdated globals from the whitelist
ericsnowcurrently
added a commit
that referenced
this issue
Aug 17, 2022
tiran
pushed a commit
to tiran/cpython
that referenced
this issue
Aug 19, 2022
We broke it with a recent `_PyArg_Parser` change. Also: * moved the `_PyArg_Parser` whitelist entries over to ignored.tsv now that they are thread-safe * added some known globals from a currently-excluded file * dropped some outdated globals from the whitelist
tiran
pushed a commit
to tiran/cpython
that referenced
this issue
Aug 19, 2022
ericsnowcurrently
added a commit
that referenced
this issue
Aug 25, 2022
Here we automatically ignore uses of _PyArg_Parser, "kwlist" arrays, and module/type defs. That way new uses don't trigger false positives in the c-analyzer check script.
ericsnowcurrently
added a commit
that referenced
this issue
Sep 12, 2022
This includes: * update the whitelists * fixes so we can stop ignoring some of the files * ensure Include/cpython/*.h get analyzed
ericsnowcurrently
added a commit
that referenced
this issue
Oct 1, 2022
serhiy-storchaka
pushed a commit
to serhiy-storchaka/cpython
that referenced
this issue
Oct 2, 2022
ericsnowcurrently
added a commit
that referenced
this issue
Nov 10, 2022
gvanrossum
pushed a commit
to gvanrossum/cpython
that referenced
this issue
Nov 10, 2022
ethanfurman
pushed a commit
to ethanfurman/cpython
that referenced
this issue
Nov 12, 2022
ericsnowcurrently
added a commit
that referenced
this issue
Dec 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ericsnowcurrently commentedDec 1, 2021
•
edited by bedevere-bot
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: