]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120678: Guard against stdin.fileno() being unavailable (#121924)
authorŁukasz Langa <lukasz@langa.pl>
Wed, 17 Jul 2024 16:05:34 +0000 (18:05 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jul 2024 16:05:34 +0000 (16:05 +0000)
commit19cbf8fd636192059550d0c908c3e29797feed1f
treec3b9334c9a7e046de901dacf7b20d1ede8bdc5f0
parentac07451116d52dd6a5545d27b6a2e3737ed27cf0
gh-120678: Guard against stdin.fileno() being unavailable (#121924)
Lib/test/test_pyrepl/test_pyrepl.py