[issue43955] Windows: Running the Python test suite sequentially is interrupted by (Pdb) prompt

STINNER Victor report at bugs.python.org
Wed Apr 28 11:18:52 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

I ran "python -m test" on an up to date master branch (commit fe52eb62191e640e720d184a9a1a04e965b8a062), there is a single remaining issue. test_distutils failed because the deprecation warning was already emited: issue fixed by PR 25675. The other issues are gone.

Shreyan Avigyan: "Same errors."

IMO it's a mistake on your side. You ran an outdated version or you didn't rebuild Python cleanly.

"FYI test_signal is no longer modifying sys.gettrace thanks to your fix. But test_threading still does. (...) I ran the test again and test_signal still modifies sys.gettrace()"

It's not my case on my machine, again it sounds like an issue on your side.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43955>
_______________________________________


More information about the Python-bugs-list mailing list