[docs] [issue31761] regrtest: faulthandler.enable() fails with io.UnsupportedOperation: fileno when run from IDLE

Terry J. Reedy report at bugs.python.org
Thu Oct 12 19:18:26 EDT 2017


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Victor, what is your opinion of running 'from test import autotest' in a standard python shell window, opened from an icon, as opposed to IDLE's shell?

>  many tests fail just because of IDLE.

We cannot know what to blame on IDLE without a proper control experiment.  I updated my Win10 repository, rebuilt python 3.7, ran the tests from the command line, and all passed (thank you for making this routine).  I ran autotest in a Python console and saw a new resource warning from one of the async tests and 3 failures.  I cannot say what they were because when the test finished, the window closed (crashed), which is a metafailure.  I will rerun and try to identify the error as they occur.

Should we reopen this issue or open a new issue, to fix problems not due to IDLE, or remove the entire suggestion to use autotest, and remove autotest itself?

----------
nosy: +terry.reedy

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


More information about the docs mailing list