Commit 2a1aed0
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']
1 parent a2c877c commit 2a1aed0
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3732 | 3732 | | |
3733 | 3733 | | |
3734 | 3734 | | |
| 3735 | + | |
3735 | 3736 | | |
3736 | 3737 | | |
3737 | 3738 | | |
| |||
3740 | 3741 | | |
3741 | 3742 | | |
3742 | 3743 | | |
| 3744 | + | |
| 3745 | + | |
| 3746 | + | |
| 3747 | + | |
3743 | 3748 | | |
3744 | 3749 | | |
3745 | 3750 | | |
| |||
0 commit comments