develooper Front page | perl.perl5.porters | Postings from January 2011

[IO::Select] [PATCH] against v1.17 allowing removal of IO::Handleobjects without fileno

Thread Next
From:
Franz Fasching
Date:
January 26, 2011 08:26
Subject:
[IO::Select] [PATCH] against v1.17 allowing removal of IO::Handleobjects without fileno
Message ID:
4D404B17.1070300@drfasching.com
Gents,

appended is a patch against the core IO::Select v1.17 allowing it to
remove IO::Handle objects (and objects derived from it) from an
IO::Select set even if the underlying file descriptor is closed or
invalid (current behavior is to silently keep the invalid file handle in
the set, making subsequent select()s on that set fail with EBADF).

The patch was approved by Graham Barr, maintainer of IO::Select in CPAN
(see below). Please consider for inclusion in the core IO::Select.

Best,
Franz

On 2011-01-26 16:43, Graham Barr wrote:
> THe patch looks ok to me.
>
> However the IO distribution has not been maintained separate from the
> perl distribution for a long time. This patch should be sent to
> perl5-porters for inclusion.
>
> Graham.


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About