This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_magic_clearsig() needs to remove magic, else delete $SIG{INT} returns undef
authorNicholas Clark <nick@ccl4.org>
Wed, 20 May 2009 14:17:19 +0000 (16:17 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 20 May 2009 17:43:02 +0000 (19:43 +0200)
commit179c85a2d774d3be8975d7f80a3ae831be6dc4cd
tree83a124d81854fc75667b54d15d4b3647f7209015
parentef595a33cf693d23c7caebc0a4299b55da3269cb
Perl_magic_clearsig() needs to remove magic, else delete $SIG{INT} returns undef
instead of the now-removed INT handler.
mg.c
t/op/magic.t