Skip to content

Commit

Permalink
perldelta for readline ignores EAGAIN, EWOULDBLOCK
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Jan 28, 2025
1 parent d57d976 commit 6f0b2f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pod/perldelta.pod
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,10 @@ manager will later use a regex to expand these into links.

=item *

XXX
L<perlfunc/readline> now clears the error flag if an error occurs when
reading and that error is C<EAGAIN> or C<EWOULDBLOCK>. This allows
old code that depended on C<readline> to clear all errors to ignore
these relatively harmless errors. [GH #22883]

=back

Expand Down

0 comments on commit 6f0b2f1

Please sign in to comment.