Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: f916ffc593f16ac4999d174110e61265ea7d8251
https://github.com/Perl/perl5/commit/f916ffc593f16ac4999d174110e61265ea7d8251
Author: Karl Williamson <khw@cpan.org>
Date: 2022-08-28 (Sun, 28 Aug 2022)
Changed paths:
M perl.h
Log Message:
-----------
Use LIFO in Destroying locale subsystem
I noticed this in code reading. I don't know if it is currently a
problem, but at destruction time, the last created should be the first
destroyed, as nothing should be depending on it (since everything else
was created before it), but it and its destruction could be depending on
things created earlier.