On 01/05/2014 12:45 PM, Eric Wong wrote: > This fixes exploding of recursive hashes, as inserting the hash into > itself would trigger an explode and lead to a corrupted hash and > wasted memory. Ah, explode() -> st_insert() -> Hash#hash -> explode() path. I wasn't aware of this. Thank you.