Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: cfc8e8a4ca7f7e04fee2c671bd8eec76b07bba1e
      
https://github.com/Perl/perl5/commit/cfc8e8a4ca7f7e04fee2c671bd8eec76b07bba1e
  Author: Karl Williamson <k...@cpan.org>
  Date:   2024-02-12 (Mon, 12 Feb 2024)

  Changed paths:
    M lib/locale_threads.t

  Log Message:
  -----------
  locale_threads.t: Better handle weird locales

The previous code was generating bunches of uninitialized variable
warnings, due to 1) not checking for definedness early; 2) the loop
termination needs to be reevaluated each time because there is a
potential splice, shortening the array.

This only happens, I believe, on MingW not using UCRT.


Reply via email to