Actions
Bug #10369
closed[PATCH] array.c: missing RB_GC_GUARDs
Bug #10369:
[PATCH] array.c: missing RB_GC_GUARDs
Description
Files
Actions
Added by normalperson (Eric Wong) almost 12 years ago. Updated almost 12 years ago.
Description
Files
| 0001-array.c-swap-volatile-for-RB_GC_GUARD.patch (853 Bytes) 0001-array.c-swap-volatile-for-RB_GC_GUARD.patch | normalperson (Eric Wong), 10/11/2014 09:00 PM |
Applied in changeset r47896.
array.c: swap volatile for RB_GC_GUARD
The RB_GC_GUARD seems needed for most of the ary_recycle_hash
functions anyways.
Backported into ruby_2_0_0 at r47936.
Backported into ruby_2_1 at r47949.