Commit 217c789
committed
bpo-44852: Support filtering over warnings without a set message
Additional improvements:
- messages which were compiled regular expressions aren't unpacked back into
strings for unmatched warnings;
- removed unnecessary "if tokens:" check (there's one before the for loop).1 parent 783e66c commit 217c789
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3260 | 3260 | | |
3261 | 3261 | | |
3262 | 3262 | | |
3263 | | - | |
3264 | | - | |
3265 | | - | |
3266 | | - | |
| 3263 | + | |
| 3264 | + | |
| 3265 | + | |
| 3266 | + | |
| 3267 | + | |
3267 | 3268 | | |
3268 | 3269 | | |
3269 | 3270 | | |
| |||
0 commit comments