This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author blueyed
Recipients blueyed, remi.lapeyre, xdegaye
Date 2019-06-05.09:31:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559727065.78.0.982396519935.issue37011@roundup.psfhosted.org>
In-reply-to
Content
Just for reference: I've just spent quite some time debugging missing coverage with pytest, and it turned out that part of it is because of this issue.  Most of the pdb related tests run in a subprocess (via pexpect), but not all of them.

I am using a wrapper now to restore this manually (https://github.com/pytest-dev/pytest/pull/5406).

Even though I was aware of this issue, it took me quite a while, mainly because this started out with slash related issues for Windows only, and I was debugging this on/via CI only at first.
History
Date User Action Args
2019-06-05 09:31:05blueyedsetrecipients: + blueyed, xdegaye, remi.lapeyre
2019-06-05 09:31:05blueyedsetmessageid: <1559727065.78.0.982396519935.issue37011@roundup.psfhosted.org>
2019-06-05 09:31:05blueyedlinkissue37011 messages
2019-06-05 09:31:05blueyedcreate