Commit 55b83ab
committed
Add TIME_TO_BE_FAIR_NS to c-analyzer/ignored.tsv
Following the recommendation in the c-analyzer traceback:
Python/lock.c - TIME_TO_BE_FAIR_NS not supported (typespec (unknown))
[...]
If the tool reports an unsupported global variable and
it is actually const (and thus supported) then first try
fixing the declaration appropriately in the code. If that
doesn't work then add the variable to the "should be const"
section of Tools/c-analyzer/cpython/ignored.tsv.
Not sure how to fix the declaration appropriately, so adding it to
the ignore list for now. It is declared as const.1 parent 6995e92 commit 55b83ab
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| 385 | + | |
385 | 386 | | |
386 | 387 | | |
387 | 388 | | |
| |||
0 commit comments