develooper Front page | perl.perl5.changes | Postings from August 2022

[Perl/perl5] f916ff: Use LIFO in Destroying locale subsystem

From:
Karl Williamson via perl5-changes
Date:
August 28, 2022 16:42
Subject:
[Perl/perl5] f916ff: Use LIFO in Destroying locale subsystem
Message ID:
Perl/perl5/push/refs/heads/blead/33a05a-f916ff@github.com
  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.





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