v2.3.3
tagb5a394833391cfca3726ba61e251eecd235dd1b0
object c79b5f9037ce69fb3ebce470a14af505aa1c8f5a
authorEric Wong <normalperson@yhbt.net>
Tue, 15 Mar 2011 12:09:16 +0000 (15 12:09 +0000)
kgio 2.3.3 - minor fixes

We no longer over-allocate memory for Kgio.poll (1.9.x-only).
Under Ruby 1.9.3dev, we also use rb_thread_io_blocking_region
to properly deal with cross-thread IO#close.