]> granicus.if.org Git - python/commit
Issue #24402: Factor out PtyTests.run_child() in input() tests
authorMartin Panter <vadmium+py@gmail.com>
Sat, 10 Oct 2015 05:27:15 +0000 (05:27 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 10 Oct 2015 05:27:15 +0000 (05:27 +0000)
commite44dba3b4f9371be10c0b9414e6401a4d95184d5
tree296f3d498646fd73f0a2446a65b1611ff1e82247
parentc9a6ab56cfae90c96c1361314c3c99b32e114446
Issue #24402: Factor out PtyTests.run_child() in input() tests

This reuses existing code to hopefully make the new test_input_no_stdout_
fileno() test work. It is hanging Free BSD 9 and OS X Tiger buildbots, and I
don't know why.
Lib/test/test_builtin.py