cpython/Lib/test/test_warnings
Serhiy Storchaka be5e229aa6
[3.12] gh-122191: Fix test_warnings failure if run with -Werror (GH-122222) (GH-122257)
__spec__.loader is now required in the module globals (see gh-86298).
(cherry picked from commit 9b4fe9b718)
2024-07-25 07:18:57 +00:00
..
data gh-39615: Add warnings.warn() skip_file_prefixes support (#100840) 2023-01-27 18:35:14 -08:00
__init__.py [3.12] gh-122191: Fix test_warnings failure if run with -Werror (GH-122222) (GH-122257) 2024-07-25 07:18:57 +00:00
__main__.py