[issue13120] Default nosigint option to pdb.Pdb() prevents use in non-main thread

Ilya Sandler report at bugs.python.org
Mon Nov 28 05:08:36 CET 2011


Ilya Sandler <ilya.sandler at gmail.com> added the comment:

I think stuff like this can only be tested out-of-process.

So I added an out-of-process test to test_pdb.py. The test passes with the fixed pdb.py. (and fails with the original one).

Patch for the test attached.

----------
Added file: http://bugs.python.org/file23796/test_pdb.py.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13120>
_______________________________________


More information about the Python-bugs-list mailing list