Uh oh!
There was an error while loading. Please reload this page.
bpo-41818: Close file descriptors in test_openpty - #24119
Conversation
When stdin is a TTY, the test added in commit c13d899 is expected to fail. However, when it failed, it did not close its file descriptors. This is flagged by the refleak tests (but only when stdin is a TTY, which doesn't seem to be the case on CI).
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
8vasu
commented
Jan 5, 2021
@encukou can you please check my request in the python issue? |
encukou
commented
Jan 12, 2021
The comment there was:
I'm not that concerned about failing tests leaking – leak checks are run with the tests, so if tests fail, leaking doesn't really matter. Anyway, I've modified the other tests and removed the comment. |
bedevere-bot
commented
Jan 12, 2021
There's a failure in test_curses, test timeout in test_asyncio, and ... a BuildBot error, it seems. |
When stdin is a TTY, the test added in commit c13d899 is expected to fail. However, when it failed, it did not close its file descriptors. This is flagged by the refleak tests (but only when stdin is a TTY, which doesn't seem to be the case on CI).
When stdin is a TTY, the test added in commit c13d899
is expected to fail. However, when it failed, it did not close
its file descriptors. This is flagged by the refleak tests (but
only when stdin is a TTY, which doesn't seem to be the case on CI).
https://bugs.python.org/issue41818