]> granicus.if.org Git - python/commit
Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun
authorMartin Panter <vadmium+py@gmail.com>
Sat, 10 Oct 2015 01:25:38 +0000 (01:25 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 10 Oct 2015 01:25:38 +0000 (01:25 +0000)
commitc9a6ab56cfae90c96c1361314c3c99b32e114446
treec91481d3bf7f9f1c1ea440d8af45427e26bd1a4e
parentff1f3d9ff195eb59076f20969f3a49ecf72067b4
Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun

Also factored out some test cases into a new PtyTests class.
Lib/test/test_builtin.py
Misc/NEWS
Python/bltinmodule.c