]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122798: Make tests for warnings in the re module more strict (GH-122799)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 7 Aug 2024 19:43:49 +0000 (22:43 +0300)
committerGitHub <noreply@github.com>
Wed, 7 Aug 2024 19:43:49 +0000 (19:43 +0000)
commitd2e5be1f39bc3d48c7bc8c146c4bcadee266672a
tree81f247831a6782e03b45258303918728861af4ec
parent3e753c689a802d2e6d909cce3e22173977b2edbf
gh-122798: Make tests for warnings in the re module more strict (GH-122799)

* Test warning messages.
* Test stack level for re.compile() and re.findall().
Lib/test/test_re.py