cpython/Lib/test/test_warnings
Neil Schemenauer 591c982c6e
gh-128384: Fix for unreliable warnings unit tests. (gh-132611)
When the `showwarning()` function is replaced, make sure to restore
it after the test finishes.  Add a timeout for `Barrier()` so we
don't hang for a long time if something goes wrong.
2025-04-16 13:13:23 -07:00
..
data gh-126209: Fix inconsistency of `skip_file_prefixes` in `warnings.warn`'s C and Python implementations (GH-126329) 2024-11-12 13:01:56 +01:00
__init__.py gh-128384: Fix for unreliable warnings unit tests. (gh-132611) 2025-04-16 13:13:23 -07:00
__main__.py