Branch: refs/heads/smoke-me/khw-alpine
  Home:   https://github.com/Perl/perl5
  Commit: 4a37d18040138674e3a998f6558fa97f7ad8655e
      
https://github.com/Perl/perl5/commit/4a37d18040138674e3a998f6558fa97f7ad8655e
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-05-03 (Wed, 03 May 2023)

  Changed paths:
    M dist/threads/lib/threads.pm
    M embed.fnc
    M locale.c
    M perl.h
    M proto.h
    M util.c

  Log Message:
  -----------
  switch_locale_context: Add aTHX

This fixes GH #21040

Instead of a dTHX, this passes aTHX automatically, and skips calling
this function if there is no valid context.

It moves that decision into the macro itself.


Reply via email to