Actions
Bug #18443
closedIO read/write/wait hook bug fixes.
    Bug #18443:
    IO read/write/wait hook bug fixes.
  
Description
After testing Ruby 3.1.0 extensively, I found some obscure bugs which should be fixed. This should be back ported to 3.1.1 ASAP.
- 
console.cincorrectrb_io_waitargument. - 
rb_read_internalincorrect logic when handling partial non-blocking reads inio.c. - Prefer 
wait_readablerather thanIO.selectin irb implementation. 
Please see https://github.com/ruby/ruby/pull/5353 for details.
Actions