commit | 4112c104e6737542b6c04430490d103495c3a7a8 | [log] [tgz] |
---|---|---|
author | Sam Clegg <sbc@chromium.org> | Tue Apr 07 01:06:41 2015 |
committer | Sam Clegg <sbc@chromium.org> | Tue Apr 07 01:06:41 2015 |
tree | 96ae4731966d2b494fd7b01190a734db08abede4 | |
parent | e251f3712daa04222238ae7dc3a5ea849b6e3fda [diff] |
Don't use select() in interactive python shell This fixes the python interactive shell when running under sel_ldr (in this case select() will always return ENOSYS which python doesn't handle and we end up an infinite loop). This wasn't a problem in the past since we didn't include nacl_io on the link line, and hence python didn't compile with select() support. R=bradnelson@google.com Review URL: https://codereview.chromium.org/1066763002