From: SASADA Koichi Date: 2013-05-13T19:53:43+09:00 Subject: [ruby-core:54964] Re: [ruby-trunk - Bug #8399] Remove usage of RARRAY_PTR in C extensions when not needed Hi, Let us clarify your statement (sorry if I missed in your messages). (1) Do you want to remove RARRAY_PTR() completely? or (2) Reduce usage of RARRAY_PTR()? I believe RARRAY_AREF/ASET will help (2), and I strongly agree to backport 2.0 and 1.9 (or provide some migration way). However, I think (1) is too drastic for us, MRI. -- // SASADA Koichi at atdot dot net