Skip to content

Commit 3b41596

Browse files
committed
csfilter: extend the last commit to cover scan of python3.10
1 parent a55e2cd commit 3b41596

File tree

5 files changed

+6756
-1
lines changed

5 files changed

+6756
-1
lines changed

src/csfilter.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ MsgFilter::MsgFilter():
107107

108108
// auxiliary info provided by valgrind directly in the key event message
109109
d->addMsgFilter("VALGRIND_WARNING",
110-
" lost in loss record [0-9]+ of [0-9]+$", "");
110+
" lost in loss record [0-9,]+ of [0-9,]+$", "");
111111

112112
// pylint reports, either raw, or prospector-wrapped
113113
const std::vector<std::string> pylintCheckers= {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--mode=json --remove-duplicates

0 commit comments

Comments
 (0)