Revert "Make the main process idle loop slightly less expensive."
authorEric S. Raymond <esr@thyrsus.com>
Sat, 6 Oct 2012 16:54:01 +0000 (12:54 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 6 Oct 2012 16:54:01 +0000 (12:54 -0400)
commit8bbd8996e730ddd3bc2fe20506df702820086bf1
tree029dd8c338f0a5f6b83cc3e528ca27618e397252
parent2248748ccb09dd25e9e4d91e062682b30b8046ee
Revert "Make the main process idle loop slightly less expensive."

sigpause() doesn't work with greenlets.
irkerd