Skip to content

Commit

Permalink
explain the nuance of the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Jul 23, 2023
1 parent 7977189 commit dc64ff7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/twisted/newsfragments/10340.bugfix
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
`trial -j` no longer causes a traceback on exit when stopped with control-C.
When interrupted with control-C, `trial -j` no longer obscures tracebacks for
any errors caused by that interruption with an `UnboundLocalError` due to a bug
in its own implementation. Note that there are still several internal
tracebacks that will be emitted upon exiting, because tearing down the test
runner mid-suite is still not an entirely clean operation, but it should at
least be possible to see errors reported from, for example, a test that is
hanging more clearly.

0 comments on commit dc64ff7

Please sign in to comment.