Actions
Bug #5229
closed[PATCH] thread.c (rb_thread_select): implement using rb_thread_fd_select
Description
rb_thread_select() is deprecated, but should provide graceful
handling of interrupts for compatibility. rb_thread_fd_select()
provides graceful handling of interrupts and won't fail with
EINTR.
Added -ext- test case since no internal Ruby code paths uses
rb_thread_select() directly.
This is a regression from 1.9.2 and should be backported to 1.9.3, too
Files
Actions
Like0
Like0Like0