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