DescriptionDon'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
Committed: https://chromium.googlesource.com/external/naclports/+/4112c104e6737542b6c04430490d103495c3a7a8
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 5 (2 generated)
|