]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44852: Support filtering over warnings without a set message (GH-27793) (GH-27810)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 18 Aug 2021 12:10:39 +0000 (05:10 -0700)
committerGitHub <noreply@github.com>
Wed, 18 Aug 2021 12:10:39 +0000 (14:10 +0200)
commitebe7e6d86cf8f54d449d49866698d7f4c700cc7c
tree50dc7e8d1f56f7ef8b34a3f9153d1345c56245cf
parente2320c6a34d44a0efa7ecc693c3a6215014b7b6e
bpo-44852: Support filtering over warnings without a set message (GH-27793) (GH-27810)

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);

- took `endswith` calculation out of the for loop.
(cherry picked from commit 8cf07d3db3eed02b43350a5f9dbf68f1c839ea82)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/test/support/__init__.py