Commit b984a05
authored
test_io has two unit tests which trigger a deadlock:
* test_daemon_threads_shutdown_stdout_deadlock()
* test_daemon_threads_shutdown_stderr_deadlock()
These tests call Py_FatalError() if the expected bug is triggered
which calls abort(). Use test.support.SuppressCrashReport to prevent
the creation on a core dump, to fix the warning:
Warning -- files was modified by test_io
Before: []
After: ['python.core']
(cherry picked from commit 2a1aed0)
1 parent 4837295 commit b984a05
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3720 | 3720 | | |
3721 | 3721 | | |
3722 | 3722 | | |
| 3723 | + | |
3723 | 3724 | | |
3724 | 3725 | | |
3725 | 3726 | | |
| |||
3728 | 3729 | | |
3729 | 3730 | | |
3730 | 3731 | | |
| 3732 | + | |
| 3733 | + | |
| 3734 | + | |
| 3735 | + | |
3731 | 3736 | | |
3732 | 3737 | | |
3733 | 3738 | | |
| |||
0 commit comments