Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 514c4e20b23bb7251175642a8b0b522bcae2bda8 https://github.com/Perl/perl5/commit/514c4e20b23bb7251175642a8b0b522bcae2bda8 Author: Paul "LeoNerd" Evans <leon...@leonerd.org.uk> Date: 2025-03-20 (Thu, 20 Mar 2025)
Changed paths: M dump.c M sv.c Log Message: ----------- Remove redundant code that handles mg_obj of PERL_MAGIC_symtab The (badly-named) PERL_MAGIC_symtab no longer uses the `mg_obj` field, ever since it was reshaped by c2b1997a64b4faf9c52a72614bfeb0a1f6eeeba8 This magic is only applied in one place (at time of writing, toke.c line 10711) with the `obj` field set to NULL. Therefore, there is no point having code in `dump.c` to print it if non-NULL, nor in `sv.c` to special-case setting a non-NULL value in `sv_magicext()`. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications