This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
No need to wrap calls to Perl_load_module() in ENTER/LEAVE
authorNicholas Clark <nick@ccl4.org>
Fri, 4 Oct 2013 13:33:49 +0000 (15:33 +0200)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 23 Nov 2013 05:20:37 +0000 (21:20 -0800)
commit148732bd2d927f02ceaf35fd3eb4ab0387c04552
tree9b368d7d10ac502f6b8d279f098ac19dedd1030a
parent61bac25cda61b4427e5f2b2a645379733dac20a6
No need to wrap calls to Perl_load_module() in ENTER/LEAVE

As of commit 53a7735b62aee146 (May 2007) Perl_vload_module() wraps its call
to Perl_utilize() with ENTER/LEAVE, so there's no longer a need for callers
of Perl_load_module() to also wrap with ENTER/LEAVE.
ext/PerlIO-encoding/encoding.xs
op.c