This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JunyiXie
Recipients JunyiXie, eric.snow
Date 2021-03-23.10:22:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616494963.74.0.920854163514.issue43601@roundup.psfhosted.org>
In-reply-to
Content
found in must-reslove.sh
function run_capi() {
    ./python Tools/c-analyzer/c-analyzer.py capi \
        --no-progress \
        --group-by kind \
        --func --inline --macro \
        --no-show-empty \
        --ignore '<must-resolve.ignored>' \
        $@
}
History
Date User Action Args
2021-03-23 10:22:43JunyiXiesetrecipients: + JunyiXie, eric.snow
2021-03-23 10:22:43JunyiXiesetmessageid: <1616494963.74.0.920854163514.issue43601@roundup.psfhosted.org>
2021-03-23 10:22:43JunyiXielinkissue43601 messages
2021-03-23 10:22:43JunyiXiecreate