Actions
Bug #10828
closedsend should not create immortal symbols
Description
While public_send
is ok, send
and __send__
create immortal symbols when they shouldn't.
Actions
Like0
Like0Like0Like0Like0
Added by marcandre (Marc-Andre Lafortune) over 10 years ago. Updated about 10 years ago.
Description
While public_send
is ok, send
and __send__
create immortal symbols when they shouldn't.
Mmm, I was hopeful about r49500 but it generates some failures in test/drb/test_drb.rb
, so there's something going on that's above my ruby-fu level.
I reverted that commit, disabling the two tests.
I'm assigning this to Nobu, in hope he can come to my rescue...
Applied in changeset r49505.
vm_insnhelper.c: fix missing reason
ruby_2_2 r49598 merged revision(s) 49499,49500,49501,49502,49504,49505,49506,49507.