SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

bpo-41818: Close file descriptors in test_openpty (#GH-24119)

When stdin is a TTY, the test added in commit c13d89955d9a2942c6355d6839d7096323244136
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).
P
Petr Viktorin committed
65cf1ad6723b6b4489fa7dda04283bb2466be531
Parent: bc450f9
Committed by GitHub <noreply@github.com> on 1/19/2021, 1:03:12 PM