daniel hahler <python-b...@thequod.de> added the comment:

>From my initial comment:

> I've done this via monkeypatching for pdbpp's tests, which resulted in an 
> easy 2% coverage gain (https://github.com/antocuni/pdb/pull/253).

It will also affect running tests with coverage (in general, or using tools 
like pytest-testmon), and using pdb.set_trace then (either for debugging, or 
via post-mortem, e.g. pytest's `--pdb`).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37011>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to