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
__init__.py gh-128384: Fix for unreliable warnings unit tests. (gh-132611) 2025-04-16 13:13:23 -07:00
__main__.py