375
371
it re-raises the error.</p>
377
373
<p>There's another potential <q>gotcha</q> here. There's a
379
375
which is similar to, but not exactly the same as, <code class="python">addCallback</code> followed by <code class="python">addErrback</code>. In particular, consider these two cases:</p>
381
377
<pre class="python"><p class="py-linenumber"> 1