]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122191: Fix test_warnings failure if run with -Werror (GH-122222)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 25 Jul 2024 06:57:22 +0000 (09:57 +0300)
committerGitHub <noreply@github.com>
Thu, 25 Jul 2024 06:57:22 +0000 (09:57 +0300)
commit9b4fe9b718f27352ba0c1cf1184f5b90d77d7df4
treebf4135378eaf39a3017a74157c7dc4901a15e8e6
parent5592399313c963c110280a7c98de974889e1d353
gh-122191: Fix test_warnings failure if run with -Werror (GH-122222)

__spec__.loader is now required in the module globals (see gh-86298).
Lib/test/test_warnings/__init__.py