Validate results from Tools/c-analyzer/c-statics.py
using other tools.
#50
Labels
complexity: medium
moderately hard to figure out
P1
medium priority
size: medium
requires a moderate amount of changes
status: blocked
waiting for another issue
type: code health
URGENT
must be dealt with ASAP
X [isolation]
improved interpreter isolation
X [runtime]
CPython runtime (lifecycle, state)
(blocked by #47)
It is important that we have confidence in the results from the
Tools/c-analyzer/c-statics.py
script. So we should add at least one mechanism to validate those results using an independent tool.Here are possible ways to double-check the results from the checker:
nm
command (not on Windows; symbols only; locals do not know file or func)The text was updated successfully, but these errors were encountered: