Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-90110: Clean Up the C-analyzer Globals Lists (gh-100091) | Eric Snow | 2022-12-07 | 1 | -33/+50 |
| | | | https://github.com/python/cpython/issues/90110 | ||||
* | bpo-36876: Minor cleanup to c-analyzer "ignored" data.' (gh-31239) | Eric Snow | 2022-02-10 | 1 | -0/+4 |
| | | | https://bugs.python.org/issue36876 | ||||
* | bpo-36876: Update the c-analyzer whitelist. (gh-31225) | Eric Snow | 2022-02-09 | 1 | -0/+133 |
This change adds variables that had been added since the last time the whitelist was updated. It also cleans up the list a little. https://bugs.python.org/issue36876 |