Branch: refs/heads/smoke-me/tonyc/22883-perlio-eagain Home: https://github.com/Perl/perl5 Commit: 44851a811067b694366ff6c87c431200bfed1b58 https://github.com/Perl/perl5/commit/44851a811067b694366ff6c87c431200bfed1b58 Author: Tony Cook <t...@develop-help.com> Date: 2025-05-22 (Thu, 22 May 2025)
Changed paths: M perlio.c M t/io/perlio.t Log Message: ----------- PerlIO: don't set the error flag when reading on an EAGAIN This allows questionable code that tries to combine select and buffered I/O to limp along. Such code is still risky due to select() checking the underlying OS handle and not the perl handle. Fixes #22883 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications